mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
* feat(route): add tweet details for twitter * docs: add english docs * fix: sort router ---------
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
const webApiImpl = require('./web-api/tweet');
|
|
|
|
module.exports = async (ctx) => {
|
|
await webApiImpl(ctx);
|
|
};
|