This commit is contained in:
gqt
2026-07-13 16:58:27 +08:00
parent 01b5a29b62
commit 49e8d5da2a
5 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
proxy: {
'/api': 'http://127.0.0.1:8000',
'/health': 'http://127.0.0.1:8000',
'/api': 'http://127.0.0.1:8003',
'/health': 'http://127.0.0.1:8003',
},
},
})