mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-05 02:48:56 +00:00
(add order template mockup)
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/mockups/order', function () {
|
||||
return view('orders.show');
|
||||
});
|
||||
|
||||
Route::get('/concerts/{id}', 'ConcertsController@show');
|
||||
|
||||
Route::post('/concerts/{id}/orders', 'ConcertOrdersController@store');
|
||||
|
||||
Reference in New Issue
Block a user