Skip to content

Commit dd23d81

Browse files
committed
Fix routes
1 parent 361f3e7 commit dd23d81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/app.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
// Delete Organization
3737
Route::get('organizations/settings/delete', [OrganizationSettingsController::class, 'delete'])->name('organizations.settings.delete');
38-
Route::delete('organizations', [OrganizationController::class, 'destroy'])->name('organizations.destroy');
3938

4039
Route::resource('organizations', OrganizationController::class)->only(['create', 'store', 'show', 'edit', 'update', 'destroy']);
4140
Route::get('/calendar', [CalendarController::class, 'index'])->name('organizations.calendar');

0 commit comments

Comments
 (0)