본문 바로가기
카테고리 없음

vue3

by stilinski 2023. 5. 17.
728x90

 

 

cors 해결

proxy

devServer: {
proxy: {
'/api': {
target: 'http://localhost:3000',
},
},
728x90

댓글