Add acars map page and show in-progress flights

This commit is contained in:
Nabeel Shahzad
2017-12-27 16:47:22 -06:00
parent a2e2a2a6a7
commit edca0644ff
103 changed files with 12380 additions and 827 deletions

View File

@@ -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.',