mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
* refactor(route)(picuki/profile): migrate to v2 other changes: fix linebreak fix header add location `displayVideo` param defaults to enable Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * refactor(route)(picuki/profile): use template Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * feat(route)(picuki/profile): fetch stories Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
module.exports = function (router) {
|
|
router.get('/profile/:id/:functionalFlag?', require('./profile'));
|
|
};
|