mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Cleanup API middleware.
This commit is contained in:
@@ -58,7 +58,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
protected function mapApiRoutes(): void
|
||||
{
|
||||
Route::prefix('api/v1')
|
||||
->middleware('auth:api')
|
||||
->middleware('apiX')
|
||||
->namespace($this->namespace)
|
||||
->group(base_path('routes/api.php'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user