update telegram

This commit is contained in:
Tokumeikoi
2020-05-19 16:32:35 +08:00
parent ca650dd067
commit ce19ebc97f
5 changed files with 37 additions and 22 deletions

View File

@ -51,6 +51,8 @@ class UserRoute
$router->get ('/server/log/fetch', 'User\\ServerController@logFetch');
// Coupon
$router->post('/coupon/check', 'User\\CouponController@check');
// Telegram
$router->get ('/telegram/getBotInfo', 'User\\TelegramController@getBotInfo');
});
}
}