chore: rename prefix to /s

This commit is contained in:
Steven
2023-06-24 14:25:39 +08:00
parent 07814ef606
commit ffc546fa27
5 changed files with 6 additions and 6 deletions

View File

@@ -8,11 +8,11 @@ export default defineConfig({
host: "0.0.0.0",
port: 3000,
proxy: {
"/api": {
"/api/": {
target: "http://localhost:8082/",
changeOrigin: true,
},
"/o": {
"/s/": {
target: "http://localhost:8082/",
changeOrigin: true,
},