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:
Eli Ribble 2026-04-03 18:17:19 +00:00
parent 4f9617aa2f
commit bfecae7d61
No known key found for this signature in database
9 changed files with 114 additions and 16 deletions

View file

@ -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,
},
});