Updates api path to /api
This commit is contained in:
+3
-2
@@ -16,9 +16,10 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
'/rest': {
|
||||
'/api': {
|
||||
target: 'http://192.168.0.172',
|
||||
changeOrigin: true
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
},
|
||||
'/ws': {
|
||||
target: 'ws://192.168.0.172',
|
||||
|
||||
Reference in New Issue
Block a user