Files
RSSHub/lib/v2/sohu/router.js
Fatpandac 43f1d1813d fix(route): sohu_mp can not get author's link and refactor to V2 (#9311)
* fix(route): sohu_mp can not get author's link and refactor to V2

* fix: pubDate

* fix: remove unused timezone

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-03-13 21:11:12 +08:00

4 lines
84 B
JavaScript

module.exports = function (router) {
router.get('/mp/:id', require('./mp'));
};