|
|
|
@ -22,6 +22,5 @@ router |
|
|
|
.get("/api/dev/version", authorized(BUILDER), controller.getBudibaseVersion) |
|
|
|
.delete("/api/dev/:appId/lock", authorized(BUILDER), controller.clearLock) |
|
|
|
.post("/api/dev/:appId/revert", authorized(BUILDER), controller.revert) |
|
|
|
.get("/api/beta/access", controller.checkBetaAccess) |
|
|
|
|
|
|
|
module.exports = router |
|
|
|
|