mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
* feat(notion): support notion database * fix(notion): convert markdown to html * fix(notion): format notion docs + fix the dependencies version Co-authored-by: Tony <TonyRL@users.noreply.github.com> * docs(notion): insert new entries in alphabetical order. * refactor(notion): add notion key check * style(notion): format code * chore(notion): update pnpm-lock.yaml up to date with package.json * chore: rebuild pnpm lock ---------
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
module.exports = (router) => {
|
|
router.get('/database/:databaseId', require('./database'));
|
|
};
|