|
|
@@ -30,11 +30,11 @@ export default defineConfig({
|
|
|
ws: true
|
|
|
},
|
|
|
'/talent-mini': {
|
|
|
- target: 'http://localhost:10088',
|
|
|
+ target: 'http://localhost:10087',
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/talent-mini-ws': {
|
|
|
- target: 'ws://localhost:10088/ws',
|
|
|
+ target: 'ws://localhost:10087/ws',
|
|
|
changeOrigin: true,
|
|
|
rewrite: path => path.replace(/^\/talent-mini-ws/, ''),
|
|
|
ws: true
|