1.3 - Getting to Green

This commit is contained in:
Adam Wathan
2016-11-01 17:53:51 -04:00
parent e257fdd512
commit b49dcfabe3
7 changed files with 83 additions and 3 deletions

View File

@@ -11,6 +11,4 @@
|
*/
Route::get('/', function () {
return view('welcome');
});
Route::get('/concerts/{id}', 'ConcertsController@show');