mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
* Add whitehouse/ostp 美国白宫科学技术政策办公室 US Whitehouse Office Of Science And Technology Policy * Add whitehouse OSTP, update english docs
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
module.exports = (router) => {
|
|
router.get('/briefing-room/:category?', require('./briefing-room'));
|
|
router.get('/ostp', require('./ostp'));
|
|
};
|