mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
update telegram
This commit is contained in:
@ -53,6 +53,8 @@ class UserRoute
|
||||
$router->post('/coupon/check', 'User\\CouponController@check');
|
||||
// Telegram
|
||||
$router->get ('/telegram/getBotInfo', 'User\\TelegramController@getBotInfo');
|
||||
// Comm
|
||||
$router->get ('/comm/config', 'User\\CommController@config');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user