feat(route): GoCN招聘、Go语言中文网招聘 (#10443)

* feat(route): GoCn招聘、Go语言中文网招聘

* fix: typo

* fix: timezone

Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
This commit is contained in:
CcccFz
2022-08-11 20:03:03 +08:00
committed by GitHub
parent 5428e35f03
commit 99856214aa
12 changed files with 124 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/jobs', require('./jobs'));
};