4
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
'pid' => 9,
|
||||
'created_at' => '2024-09-08 22:04:42',
|
||||
'updated_at' => '2024-09-13 17:10:45',
|
||||
'href' => '/attachment/index',
|
||||
'href' => '/files/index',
|
||||
'type' => 1,
|
||||
'extend' => NULL,
|
||||
'weight' => 700,
|
||||
|
||||
@@ -16,7 +16,7 @@ use plugin\admin\app\controller\AccountController;
|
||||
use Webman\Route;
|
||||
use support\Request;
|
||||
|
||||
Route::any('/app/admin/account/captcha/{type}', [AccountController::class, 'captcha']);
|
||||
Route::any(admin_path().'/account/captcha/{type}', [AccountController::class, 'captcha']);
|
||||
|
||||
Route::fallback(function (Request $request) {
|
||||
return view('common/404');
|
||||
|
||||
Reference in New Issue
Block a user