update: admin

This commit is contained in:
tokumeikoi
2022-02-20 01:41:52 +08:00
parent c270f3ab5a
commit dcb45ab6ed
4 changed files with 11 additions and 2 deletions

View File

@ -18,6 +18,7 @@ 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');
});
}
}