feat: add SchedulesPageRoute.tsx

This commit is contained in:
tao.chen
2026-08-07 12:55:25 +08:00
parent 6f574073e3
commit e8de719523
2 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ export default defineConfig({
port: 5173,
proxy: {
"/api": {
target: process.env.VITE_GATEWAY_URL || "http://127.0.0.1:8890",
target: "http://8.153.151.51:8890",
changeOrigin: true,
},
"/jupyter": {
target: process.env.VITE_GATEWAY_URL || "http://127.0.0.1:8890",
target: "http://8.153.151.51:8890",
changeOrigin: true,
ws: true,
},