Update guest v2 branding and theming
This commit is contained in:
@@ -174,6 +174,7 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
|
||||
Route::get('/events/{token}', [EventPublicController::class, 'event'])->name('events.show');
|
||||
Route::get('/events/{token}/stats', [EventPublicController::class, 'stats'])->name('events.stats');
|
||||
Route::get('/events/{token}/qr', [EventPublicController::class, 'qr'])->name('events.qr');
|
||||
Route::get('/events/{token}/package', [EventPublicController::class, 'package'])->name('events.package');
|
||||
Route::get('/events/{token}/notifications', [EventPublicController::class, 'notifications'])->name('events.notifications');
|
||||
Route::post('/events/{token}/notifications/{notification}/read', [EventPublicController::class, 'markNotificationRead'])
|
||||
|
||||
Reference in New Issue
Block a user