fix(ocme): corrected the urls for ocme
This commit is contained in:
@@ -62,6 +62,11 @@ export default defineConfig({
|
||||
changeOrigin: true,
|
||||
//rewrite: (path) => path.replace(/^\/lst\/d/, "/"),
|
||||
},
|
||||
"/ocme": {
|
||||
target: `http://localhost:${Number(process.env.VITE_PORT || 4000)}`,
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user