This commit is contained in:
parent
faca37e3d2
commit
d58672cc41
|
|
@ -384,18 +384,6 @@ Route::group(
|
|||
'uses' => 'EventTicketsController@postUpdateTicketsOrder',
|
||||
]);
|
||||
|
||||
/*
|
||||
* Ticket questions
|
||||
*/
|
||||
Route::get('{event_id}/tickets/questions', [
|
||||
'as' => 'showTicketQuestions',
|
||||
'uses' => 'EventTicketQuestionsController@showQuestions',
|
||||
]);
|
||||
Route::post('{event_id}/tickets/questions/create', [
|
||||
'as' => 'postCreateQuestion',
|
||||
'uses' => 'EventTicketQuestionsController@postCreateQuestion',
|
||||
]);
|
||||
|
||||
/*
|
||||
* -------
|
||||
* Attendees
|
||||
|
|
|
|||
Loading…
Reference in New Issue