From 554e2c0a2c1c9d8e0b62212aff8a7f4c05052a8c Mon Sep 17 00:00:00 2001 From: tiansf Date: Thu, 23 May 2024 09:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= 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 90dfc82..820f89d 100644 --- a/application/route.php +++ b/application/route.php @@ -37,7 +37,7 @@ Route::any('/admin/index', 'admin/index/index'); // // ################################################################APP接口################################################################ // // ################################################################APP接口################################################################ // ################################登录接口################################ -// 注册接口1 +// 注册接口12 Route::any('/register_action', 'app/login/register_action'); // 注册接口 Route::any('/reset_password', 'app/login/reset_password');