Add acars map page and show in-progress flights
This commit is contained in:
@@ -66,10 +66,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
protected function mapApiRoutes()
|
||||
{
|
||||
Route::group([
|
||||
'middleware' => [
|
||||
'api',
|
||||
'api.auth',
|
||||
],
|
||||
'middleware' => ['api'],
|
||||
'namespace' => $this->namespace."\\Api",
|
||||
'prefix' => 'api',
|
||||
'as' => 'api.',
|
||||
|
||||
Reference in New Issue
Block a user