mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 21:05:08 +09:00
디자인 변경
This commit is contained in:
@@ -51,8 +51,8 @@ export default defineConfig(({ isSsrBuild }) => ({
|
||||
port: 3000,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://svcm.hmsn.ink',
|
||||
// target: 'http://localhost:8010',
|
||||
// target: 'https://svcm.hmsn.ink',
|
||||
target: 'http://localhost:8010',
|
||||
changeOrigin: true,
|
||||
// rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user