From b810a96f2a7533142da041a53708e581e28eba52 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:53:55 +0100 Subject: [PATCH] Update web.php --- routes/web.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/routes/web.php b/routes/web.php index 5df0edca1..190294561 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,7 +1,6 @@ ['auth:sanctum', ApiAllowed::class]], function () Route::get('/docs/api', DocumentationController::class)->name('redoc.documentation'); Route::get('/docs/api/definition', DefinitionController::class)->name('redoc.definition'); }); -if (isDev()) { - Route::get('/dev/compose', Compose::class)->name('dev.compose'); -} Route::get('/admin', AdminIndex::class)->name('admin.index');