mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-18 13:25:09 +00:00
Game formats
- Created the formats tables/migrations - Created the controller to retrieve the formats
This commit is contained in:
@@ -15,3 +15,5 @@
|
||||
$router->get('/', function () use ($router) {
|
||||
return $router->app->version();
|
||||
});
|
||||
|
||||
$router->get('/formats', ['uses' => 'FormatsController@index', 'as' => 'formats.list']);
|
||||
|
||||
Reference in New Issue
Block a user