pcp-tgu-ops-ui: Ф6 ядро — draft/validate/promote в редакторе (replace), прямой прокси /api/pcp-tgu
This commit is contained in:
@@ -22,6 +22,11 @@ export default defineConfig({
|
||||
changeOrigin: true,
|
||||
rewrite: (path: string) => path.replace(/^\/api\/pcp-mission/, "")
|
||||
},
|
||||
"/api/pcp-tgu": {
|
||||
target: "http://localhost:7011",
|
||||
changeOrigin: true,
|
||||
rewrite: (path: string) => path.replace(/^\/api\/pcp-tgu/, "")
|
||||
},
|
||||
"/api/stations": {
|
||||
target: "http://localhost:7009",
|
||||
changeOrigin: true
|
||||
|
||||
Reference in New Issue
Block a user