mirror of https://github.com/Budibase/budibase.git
12 changed files with 37 additions and 41 deletions
@ -1,4 +0,0 @@ |
|||
exports.fetchDebugLogs = async ctx => { |
|||
// read them from file
|
|||
// serve them
|
|||
} |
|||
@ -1 +0,0 @@ |
|||
exports.updateSystem = async ctx => {} |
|||
@ -1,9 +0,0 @@ |
|||
const Router = require("@koa/router") |
|||
const controller = require("../../controllers/admin/debug") |
|||
const adminOnly = require("../../../middleware/adminOnly") |
|||
|
|||
const router = Router() |
|||
|
|||
router.get("/api/admin/debug/logs", adminOnly, controller.fetchDebugLogs) |
|||
|
|||
module.exports = router |
|||
Loading…
Reference in new issue