url proxy fix

This commit is contained in:
2026-02-16 17:46:38 +01:00
parent 1750f5adb1
commit 7bc41118fd
5 changed files with 11 additions and 4 deletions

View File

@@ -21,6 +21,11 @@ export default defineConfig({
'/api': {
target: 'http://localhost:5266',
changeOrigin: true
},
'/hubs/': {
target: 'http://localhost:5039',
changeOrigin: true,
ws: true
}
}
},