Add approve-and-live action for Live Show
This commit is contained in:
@@ -205,6 +205,8 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
Route::get('photos', [LiveShowPhotoController::class, 'index'])->name('tenant.events.live-show.photos.index');
|
||||
Route::post('photos/{photo}/approve', [LiveShowPhotoController::class, 'approve'])
|
||||
->name('tenant.events.live-show.photos.approve');
|
||||
Route::post('photos/{photo}/approve-and-live', [LiveShowPhotoController::class, 'approveAndLive'])
|
||||
->name('tenant.events.live-show.photos.approve-and-live');
|
||||
Route::post('photos/{photo}/reject', [LiveShowPhotoController::class, 'reject'])
|
||||
->name('tenant.events.live-show.photos.reject');
|
||||
Route::post('photos/{photo}/clear', [LiveShowPhotoController::class, 'clear'])
|
||||
|
||||
Reference in New Issue
Block a user