Skip to content

Commit 5d9d7ec

Browse files
add logging
1 parent 02d5f5d commit 5d9d7ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app-routes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ module.exports = (app) => {
5858
}
5959
next()
6060
} catch (e) {
61-
throw new errors.ForbiddenError('Access denied')
61+
throw new errors.ForbiddenError('failed to check')
62+
// next()
6263
}
6364
}
6465
})

0 commit comments

Comments
 (0)