mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-12 02:45:19 +00:00
Firebase Auth configuration
This commit is contained in:
@@ -79,6 +79,10 @@ $app->configure('app');
|
||||
// 'auth' => App\Http\Middleware\Authenticate::class,
|
||||
// ]);
|
||||
|
||||
$app->routeMiddleware([
|
||||
'auth' => App\Http\Middleware\FirebaseMiddleware::class,
|
||||
]);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Register Service Providers
|
||||
|
||||
Reference in New Issue
Block a user