From 65004caad3efb8198d733070386ad456440e01b6 Mon Sep 17 00:00:00 2001 From: tiansf Date: Thu, 23 May 2024 09:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=950523?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/route.php b/application/route.php index dfbca53..90dfc82 100644 --- a/application/route.php +++ b/application/route.php @@ -37,7 +37,7 @@ Route::any('/admin/index', 'admin/index/index'); // // ################################################################APP接口################################################################ // // ################################################################APP接口################################################################ // ################################登录接口################################ -// 注册接口 +// 注册接口1 Route::any('/register_action', 'app/login/register_action'); // 注册接口 Route::any('/reset_password', 'app/login/reset_password');