base router and permissions
This commit is contained in:
parent
7883bb7d7f
commit
0684605093
11 changed files with 196 additions and 12 deletions
|
@ -14,6 +14,10 @@ router.get("/calendar", async (req, res) => {
|
|||
await getCalendarItemsByTypes(req, res);
|
||||
});
|
||||
|
||||
router.post("/reportdamage", async (req, res) => {
|
||||
res.send("TODO");
|
||||
});
|
||||
|
||||
router.get("/configuration", async (req, res) => {
|
||||
await getApplicationConfig(req, res);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue