We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361f3e7 commit dd23d81Copy full SHA for dd23d81
routes/app.php
@@ -35,7 +35,6 @@
35
36
// Delete Organization
37
Route::get('organizations/settings/delete', [OrganizationSettingsController::class, 'delete'])->name('organizations.settings.delete');
38
- Route::delete('organizations', [OrganizationController::class, 'destroy'])->name('organizations.destroy');
39
40
Route::resource('organizations', OrganizationController::class)->only(['create', 'store', 'show', 'edit', 'update', 'destroy']);
41
Route::get('/calendar', [CalendarController::class, 'index'])->name('organizations.calendar');
0 commit comments