This commit is contained in:
ct
2025-08-11 03:14:18 +08:00
parent a2d2ed0117
commit fdf8ca2e72
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
<?php
use App\Http\Middleware\CrawlshotBasicAuthMiddleware;
use Illuminate\Support\Str;
return [
@@ -70,7 +71,7 @@
|
*/
'middleware' => ['web', App\Http\Middleware\CrawlshotBasicAuthMiddleware::class],
'middleware' => ['web', CrawlshotBasicAuthMiddleware::class],
/*
|--------------------------------------------------------------------------