mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-06 21:50:03 +00:00
98 - Testing the Login Endpoint
This commit is contained in:
@@ -11,12 +11,8 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/mockups/order', function () {
|
||||
return view('orders.show');
|
||||
});
|
||||
|
||||
Route::get('/concerts/{id}', 'ConcertsController@show');
|
||||
|
||||
Route::post('/concerts/{id}/orders', 'ConcertOrdersController@store');
|
||||
|
||||
Route::get('/orders/{confirmationNumber}', 'OrdersController@show');
|
||||
|
||||
Route::post('/login', 'Auth\LoginController@login');
|
||||
|
||||
Reference in New Issue
Block a user