Optimize Admin

This commit is contained in:
iVampireSP.com 2022-11-14 19:39:33 +08:00
parent 555135bfce
commit 1da61c0f02
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
// use App\Helpers\ApiResponse;
use App\Models\AccessToken;
use App\Models\User;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;

View File

@ -39,7 +39,7 @@ public function boot()
->as('remote.')
->group(base_path('routes/remote.php'));
Route::middleware(['web', 'auth:admin'])
Route::middleware(['web'])
->prefix('admin')
->as('admin.')
->group(base_path('routes/admin.php'));