This commit is contained in:
tiansf 2024-05-23 09:34:32 +08:00
parent 65004caad3
commit 554e2c0a2c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Route::any('/admin/index', 'admin/index/index');
// // ################################################################APP接口################################################################ // // ################################################################APP接口################################################################
// // ################################################################APP接口################################################################ // // ################################################################APP接口################################################################
// ################################登录接口################################ // ################################登录接口################################
// 注册接口1 // 注册接口12
Route::any('/register_action', 'app/login/register_action'); Route::any('/register_action', 'app/login/register_action');
// 注册接口 // 注册接口
Route::any('/reset_password', 'app/login/reset_password'); Route::any('/reset_password', 'app/login/reset_password');