mirror of
https://github.com/v2board/v2board.git
synced 2025-06-16 06:37:53 +08:00
update: remove hitokoto & add reset admin password
This commit is contained in:
@ -18,7 +18,6 @@ class GuestRoute
|
||||
$router->match(['get', 'post'], '/payment/notify/{method}/{uuid}', 'Guest\\PaymentController@notify');
|
||||
// Comm
|
||||
$router->get ('/comm/config', 'Guest\\CommController@config');
|
||||
$router->get ('/comm/getHitokoto', 'Guest\\CommController@getHitokoto');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user