fix the request loop bug

This commit is contained in:
blek 2023-10-28 17:24:54 +10:00
parent e2d1cc0bed
commit bafd625b7b
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 2 deletions

View File

@ -26,6 +26,4 @@ module.exports = (router) => {
router.get('/about', handler(about));
// used only in about route
router.get('/power_of_php', phpower);
router.use(require('./osp'));
}