mirror of
https://github.com/caprover/caprover
synced 2026-08-25 08:56:29 +00:00
Don't need to call it actually
This commit is contained in:
@@ -438,7 +438,7 @@ router.get('/goaccess/:appName/files', async function (req, res, next) {
|
||||
|
||||
res.send(baseApi)
|
||||
})
|
||||
.catch((e) => ApiStatusCodes.createCatcher(res)(e))
|
||||
.catch(ApiStatusCodes.createCatcher(res))
|
||||
})
|
||||
|
||||
router.get('/goaccess/:appName/files/:file', async function (req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user