feat(addons): finalize event addon catalog and ai styling upgrade flow
This commit is contained in:
@@ -301,7 +301,6 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
Route::get('toolkit', [EventController::class, 'toolkit'])->name('tenant.events.toolkit');
|
||||
Route::get('guest-notifications', [EventGuestNotificationController::class, 'index'])->name('tenant.events.guest-notifications.index');
|
||||
Route::post('guest-notifications', [EventGuestNotificationController::class, 'store'])->name('tenant.events.guest-notifications.store');
|
||||
Route::post('addons/apply', [EventAddonController::class, 'apply'])->name('tenant.events.addons.apply');
|
||||
Route::post('addons/checkout', [EventAddonController::class, 'checkout'])->name('tenant.events.addons.checkout');
|
||||
|
||||
Route::prefix('live-show')->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user