1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Merge pull request #7064 from Budibase/fix/overview-redirect

Fix for redirect in overview screen
This commit is contained in:
Peter Clement 2022-08-03 14:51:45 +01:00 committed by GitHub
commit a8bab5a5d0

View file

@ -64,7 +64,7 @@ router
.post("/api/global/users/search", builderOrAdmin, controller.search)
.delete("/api/global/users/:id", adminOnly, controller.destroy)
.post("/api/global/users/bulkDelete", adminOnly, controller.bulkDelete)
.get("/api/global/users/count/:appId", adminOnly, controller.countByApp)
.get("/api/global/users/count/:appId", builderOrAdmin, controller.countByApp)
.get("/api/global/roles/:appId")
.post(
"/api/global/users/invite",