Add district resource and an API to RMO
We're going to need an API for the single-page frontend
This commit is contained in:
parent
4f9617aa2f
commit
bfecae7d61
9 changed files with 114 additions and 16 deletions
|
|
@ -60,12 +60,12 @@ export default defineConfig({
|
|||
server: {
|
||||
allowedHosts: ["poweredge.local", "dev-report.mosquitoes.online"],
|
||||
port: 9001,
|
||||
/*proxy: {
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://127.0.0.1:9002",
|
||||
target: "http://127.0.0.1:9003",
|
||||
changeOrigin: false,
|
||||
},
|
||||
},*/
|
||||
},
|
||||
strictPort: true,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue