Add photobooth uploader download email
This commit is contained in:
@@ -270,6 +270,8 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
Route::post('/disable', [PhotoboothController::class, 'disable'])->name('tenant.events.photobooth.disable');
|
||||
Route::post('/connect-codes', [PhotoboothConnectCodeController::class, 'store'])
|
||||
->name('tenant.events.photobooth.connect-codes.store');
|
||||
Route::post('/uploader-email', [PhotoboothController::class, 'sendUploaderDownloadEmail'])
|
||||
->name('tenant.events.photobooth.uploader-email');
|
||||
});
|
||||
|
||||
Route::get('members', [EventMemberController::class, 'index'])
|
||||
|
||||
Reference in New Issue
Block a user