mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
* feat: leetcode.com daily question * feat: add docs support * chore(leetcode): use template literal to write GraphQL * feat(leetcode): add en docs * Update docs/en/programming.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * chore(leetcode): format graphql string * chore(leetcode): format redundant graphql string
4 lines
108 B
JavaScript
4 lines
108 B
JavaScript
module.exports = function (router) {
|
|
router.get('/dailyquestion/en', require('./dailyquestion-en'));
|
|
};
|