fix(route): Hacker News (#8420)

This commit is contained in:
Ethan Shen
2022-01-22 23:56:47 +08:00
committed by GitHub
parent f944cc9a69
commit bd500ce58b
8 changed files with 140 additions and 94 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/:section?/:type?', require('./index'));
};