Skip to content

Commit

Permalink
Added route for teams
Browse files Browse the repository at this point in the history
Added route for teams
  • Loading branch information
sebastiaanspeck committed Oct 3, 2018
1 parent c9ff3b1 commit cd4f7e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
// Fixtures
Route::get('/fixtures', 'SoccerAPI\SoccerAPIController@fixturesByDate')->name('fixturesByDate');
Route::get('/fixtures/{id}', 'SoccerAPI\SoccerAPIController@fixturesDetails')->name('fixturesDetails');

// Teams
Route::get('/teams/{id}', 'SoccerAPI\SoccerAPIController@teamsDetails')->name('teamsDetails');

0 comments on commit cd4f7e4

Please sign in to comment.