Skip to content

Commit

Permalink
fix(route): ABC News (#13482)
Browse files Browse the repository at this point in the history
* fix(route): ABC News

* delete original file

* fix typo
  • Loading branch information
nczitzk authored Oct 9, 2023
1 parent 4d764ef commit ba4fa14
Show file tree
Hide file tree
Showing 10 changed files with 205 additions and 14,655 deletions.
2 changes: 1 addition & 1 deletion lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ router.get('/icity/:id', lazyloadRouteHandler('./routes/icity/index'));
router.get('/anki/changes', lazyloadRouteHandler('./routes/anki/changes'));

// ABC News
router.get('/abc/:id?', lazyloadRouteHandler('./routes/abc'));
// router.get('/abc/:id?', lazyloadRouteHandler('./routes/abc'));

// 台湾中央通讯社
// router.get('/cna/:id?', lazyloadRouteHandler('./routes/cna/index'));
Expand Down
Loading

0 comments on commit ba4fa14

Please sign in to comment.