mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-09 14:51:10 +00:00
102 - QA Testing the Login Flow
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user