|
|
@@ -7,11 +7,11 @@ export default defineConfig({
|
|
|
port: 5173,
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'http://192.168.91.253:8000',
|
|
|
+ target: 'http://192.168.91.253:8010',
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: 'ws://192.168.91.253:8000',
|
|
|
+ target: 'ws://192.168.91.253:8010',
|
|
|
ws: true,
|
|
|
},
|
|
|
},
|