feat: add redirect api

This commit is contained in:
steven
2022-09-30 08:41:35 +08:00
parent 39e00637a3
commit 02619882d1
6 changed files with 65 additions and 2 deletions

View File

@@ -11,6 +11,10 @@ export default defineConfig({
target: "http://localhost:8081/",
changeOrigin: true,
},
"/o": {
target: "http://localhost:8081/",
changeOrigin: true,
},
},
},
});