mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
* fix(route)(twitter/keyword): wrong mode in web API Signed-off-by: Rongrong <i@rong.moe> * fix: typo Signed-off-by: Rongrong <i@rong.moe>
11 lines
485 B
JavaScript
11 lines
485 B
JavaScript
module.exports = {
|
|
'/collection/:uid/:collectionId/:routeParams?': ['TonyRL'],
|
|
'/followings/:id/:routeParams?': ['DIYgod'],
|
|
'/keyword/:keyword/:routeParams?': ['DIYgod', 'yindaheng98', 'Rongronggg9'],
|
|
'/likes/:id/:routeParams?': ['xyqfer'],
|
|
'/list/:id/:name/:routeParams?': ['xyqfer'],
|
|
'/media/:id/:routeParams?': ['yindaheng98', 'Rongronggg9'],
|
|
'/trends/:woeid?': ['sakamossan'],
|
|
'/user/:id/:routeParams?': ['DIYgod', 'yindaheng98', 'Rongronggg9'],
|
|
};
|