Files
RSSHub/lib/v2/gov/router.js
zytomorrow dee34c0130 feat(route): add 德阳市政府公开信息 (#9074)
* feat(route):  add 政府公开信息

* feat(route):  add 政府公开信息

* feat(route):  add 政府公开信息

* feat(route):  add 政府公开信息

* feat(route):  add 政府公开信息

* fix(route):  move 政府公开信息 to gov

* fix(doc):  fix 政府公开信息 doc

* fix(route):  remove unnecessary file

* fix(route):  change route path

* fix(doc):  fix 政府公开信息 doc

* fix(doc):  fix 政府公开信息 doc

* fix(route):   use .trim() to remove space

Co-authored-by: GitHub Action <action@github.com>
2022-02-13 05:33:04 +08:00

12 lines
782 B
JavaScript

module.exports = function (router) {
router.get('/beijing/kw/:channel', require('./beijing/kw/index'));
router.get('/shenzhen/hrss/szksy/:caty/:page?', require('./shenzhen/hrss/szksy/index'));
router.get('/shenzhen/zzb/:caty/:page?', require('./shenzhen/zzb/index'));
router.get('/shanghai/rsj/ksxm', require('./shanghai/rsj/ksxm'));
router.get('/shanghai/wsjkw/yqtb', require('./shanghai/wsjkw/yqtb'));
router.get('/guangdong/tqyb/tfxtq', require('./guangdong/tqyb/tfxtq'));
router.get('/guangdong/tqyb/sncsyjxh', require('./guangdong/tqyb/sncsyjxh'));
router.get('/huizhou/zwgk/:category?', require('./huizhou/zwgk/index'));
router.get('/sichuan/deyang/govpulicinfo/:countyName/:institutionName?', require('./sichuan/deyang/govpulicinfo'));
};