Files
RSSHub/lib/v2/lever/router.js
tsarlewey 72f8829a2d feat(route): add Lever HRIS (#9779)
* Adds HRIS platform Lever for jobs

* fix example route

* adhere to v2 standard

* adhere to v2 standard, remove old route

* Update lib/v2/lever/maintainer.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/lever/router.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/lever/index.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update docs/en/other.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Remove non-used assets

* Update lib/v2/lever/index.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Human Readable links for domain
2022-05-21 00:10:19 +08:00

4 lines
91 B
JavaScript

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