测试0523

This commit is contained in:
tiansf 2024-05-23 09:33:58 +08:00
parent 66282b7a00
commit 65004caad3
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
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');