update: change server log api to getServerLogs

This commit is contained in:
tokumeikoi
2022-01-05 23:18:38 +08:00
parent b4e657f463
commit 1716f2f6ca
2 changed files with 5 additions and 21 deletions

View File

@ -45,7 +45,7 @@ class UserRoute
$router->post('/ticket/withdraw', 'User\\TicketController@withdraw');
// Server
$router->get ('/server/fetch', 'User\\ServerController@fetch');
$router->get ('/server/log/fetch', 'User\\ServerController@logFetch');
$router->get ('/server/getServerLogs', 'User\\ServerController@getServerLogs');
// Coupon
$router->post('/coupon/check', 'User\\CouponController@check');
// Telegram