Skip to content

Commit aea3699

Browse files
committed
fix: remove router
1 parent b78737d commit aea3699

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/router.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,11 +1519,6 @@ router.get('/ornl/news', lazyloadRouteHandler('./routes/ornl/news'));
15191519
// 信阳师范学院 自考办
15201520
router.get('/xynu/zkb/:category', lazyloadRouteHandler('./routes/universities/xynu/zkb'));
15211521

1522-
// 新余学院 学校通知
1523-
router.get('/xyu/index/tzgg/:page?', lazyloadRouteHandler('./routes/universities/xyu/notices'));
1524-
// 新余学院 图书馆通知公告
1525-
router.get('/xyu/library/:page?', lazyloadRouteHandler('./routes/xyu/library'));
1526-
15271522
// DailyArt
15281523
router.get('/dailyart/:language?', lazyloadRouteHandler('./routes/dailyart/index'));
15291524

0 commit comments

Comments
 (0)