Event addons bookable
This commit is contained in:
@@ -47,6 +47,7 @@ Route::prefix('api/v1')
|
||||
Route::post('/common-settings', [DetailsController::class, 'updateCommonSettings']);
|
||||
Route::post('/payment-methods', [DetailsController::class, 'updatePaymentMethods']);
|
||||
Route::post('/participation-options', [DetailsController::class, 'updateParticipationOptions']);
|
||||
Route::post('/event-addons', [DetailsController::class, 'updateEventAddons']);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user