Files
RSSHub/lib/v2/elasticsearch-cn/router.js
Ethan Shen df3726033b feat(route): add Elastic 中文社区 (#9925)
* feat(route): add Elastic 中文社区

* docs: fix typo

* fix: pubDate
2022-06-09 19:07:51 +08:00

4 lines
89 B
JavaScript

module.exports = function (router) {
router.get('/:params?', require('./index'));
};