70 - Driving out the Endpoint

This commit is contained in:
Adam Wathan
2017-02-10 14:01:13 -05:00
parent b3ff9e8624
commit dac978ea8a
4 changed files with 23 additions and 2 deletions

View File

@@ -18,3 +18,5 @@ Route::get('/mockups/order', function () {
Route::get('/concerts/{id}', 'ConcertsController@show');
Route::post('/concerts/{id}/orders', 'ConcertOrdersController@store');
Route::get('/orders/{confirmationNumber}', 'OrdersController@show');