Updates api path to /api

This commit is contained in:
Rune Harlyk
2024-04-23 21:50:50 +02:00
committed by Rune Harlyk
parent 9ca4381442
commit 0abe0b530c
34 changed files with 55 additions and 54 deletions
+3 -2
View File
@@ -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',