feat(route): segmentfault 新增了每个标签下相关的文章 (#10476)

* new segmentfault blogs

* fix radar.js route

* fix

* docs: linebreak

* style: lint
This commit is contained in:
shiluanzzz
2022-08-17 20:39:36 +08:00
committed by GitHub
parent f384b6b56b
commit 92d2bd6a78
5 changed files with 55 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
module.exports = function (router) {
router.get("/blogs/:tag", require("./blogs"));
router.get('/channel/:name', require('./channel'));
router.get('/user/:name', require('./user'));
};