Update frontend/vite.config.ts
CI / basic-check (push) Has been cancelled

This commit is contained in:
2026-08-04 19:42:02 +00:00
parent 49def19561
commit d29a05fff6
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
port: 5173, port: 5173,
proxy: { proxy: {
'/api': { '/api': {
target: 'http://127.0.0.1:8001', target: 'http://127.0.0.1:8000',
changeOrigin: true, changeOrigin: true,
}, },
}, },