添加 fir.im app 更新 (#457)

This commit is contained in:
Kevin
2018-08-13 14:19:50 +08:00
committed by DIYgod
parent 15a046fe4c
commit fb59c4721a
4 changed files with 44 additions and 0 deletions

View File

@@ -412,4 +412,7 @@ router.get('/bugly/changelog/:platform', require('./routes/bugly/changelog'));
// All the Flight Deals
router.get('/atfd/:locations/:nearby?', require('./routes/atfd/index'));
// Fir
router.get('/fir/update/:id', require('./routes/fir/update'));
module.exports = router;