Browse Source

forgot to add routes for tweets

master
Aaron Parecki 6 years ago
parent
commit
a99f699e1d
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      routes/web.php

+ 3
- 0
routes/web.php View File

@ -35,3 +35,6 @@ Route::post('/teams/add-player', 'TeamController@add_player');
Route::get('/scoreboard', 'ScoreboardController@index')->name('scoreboard');
Route::post('/twitter/stream', 'TwitterController@input');
Route::get('/mission/{mission}', 'ShowTweetsController@mission')->name('mission');
Route::get('/team/{team}', 'ShowTweetsController@team')->name('team');

Loading…
Cancel
Save