mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 05:14:26 +00:00
feat: add redirect api
This commit is contained in:
@@ -11,6 +11,10 @@ export default defineConfig({
|
||||
target: "http://localhost:8081/",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"/o": {
|
||||
target: "http://localhost:8081/",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user