Skip to content
Snippets Groups Projects
Commit 71a6eef1 authored by 한동현's avatar 한동현
Browse files

chore: 개발환경 API 서버 프록시 추가

parent e2c9b1c1
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,12 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
server: {
proxy: {
'/api': {
target: 'https://proxy.aoldacloud.com',
changeOrigin: true,
},
},
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment