Files
RSSHub/lib/v2/twitter/tweet.js
Alex Liu 334485899c feat(route): add tweet details for twitter (#12412)
* feat(route): add tweet details for twitter

* docs: add english docs

* fix: sort router

---------
2023-05-02 04:31:03 +08:00

6 lines
112 B
JavaScript

const webApiImpl = require('./web-api/tweet');
module.exports = async (ctx) => {
await webApiImpl(ctx);
};