mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
* Add(route): add Google Fonts and change to V2 * Fix(route): added throw error when API key is underfined * Fix(docs): add warning container * Fix(docs): Update docs/design.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Fix(route): sort routes * Fix(route): Update lib/v2/google/fonts.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: Tony <TonyRL@users.noreply.github.com>
9 lines
229 B
JavaScript
9 lines
229 B
JavaScript
module.exports = {
|
|
'/album/:id': ['hoilc'],
|
|
'/citations/:id': ['KellyHwong'],
|
|
'/doodles/:language?': ['xyqfer'],
|
|
'/fonts/:sort?': ['Fatpandac'],
|
|
'/scholar/:query': ['HenryQW'],
|
|
'/sites/:id': ['hoilc'],
|
|
};
|