feat(curseforge): add curseforge support

This commit is contained in:
Indexyz
2018-09-03 02:32:55 +08:00
parent 66e4133d19
commit 365f9fbca0
3 changed files with 57 additions and 0 deletions

View File

@@ -506,4 +506,7 @@ router.get('/zaobao/znews/:type?', require('./routes/zaobao/znews'));
// Apple
router.get('/apple/exchange_repair', require('./routes/apple/exchange_repair'));
// Minecraft CurseForge
router.get('/curseforge/files/:project', require('./routes/curseforge/files'));
module.exports = router;