Add route add log

master
kts of kettek (nyaa) 2021-05-28 22:11:14 -07:00
parent ac1c7ea10d
commit d12b247ddf
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ module.exports = (plugin, app) => {
styles: extra.styles,
})
})
plugin.log("added default route")
return router
}