list airports api
This commit is contained in:
@@ -14,3 +14,6 @@
|
||||
$app->get('/', function () use ($app) {
|
||||
return $app->version();
|
||||
});
|
||||
|
||||
$app->get('/airports', 'AirportController@resourceList');
|
||||
$app->get('/airports/{code}', 'AirportController@getAirport');
|
||||
|
||||
Reference in New Issue
Block a user