102 - QA Testing the Login Flow

This commit is contained in:
Adam Wathan
2017-05-02 16:02:45 -04:00
parent 41fbdcae1a
commit 54d054214f
3 changed files with 48 additions and 27 deletions

View File

@@ -11,10 +11,6 @@
|
*/
Route::get('/', function () {
return "Laravel";
});
Route::get('/concerts/{id}', 'ConcertsController@show');
Route::post('/concerts/{id}/orders', 'ConcertOrdersController@store');
Route::get('/orders/{confirmationNumber}', 'OrdersController@show');