X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c8b6f622f43874ceeef0fda0ddbbef724f8a1694..refs/pull/3298/head:/routes/web.php diff --git a/routes/web.php b/routes/web.php index 7a12acc31..ad4fb9067 100644 --- a/routes/web.php +++ b/routes/web.php @@ -206,7 +206,6 @@ Route::middleware('auth')->group(function () { // Other Pages Route::get('/', [HomeController::class, 'index']); Route::get('/home', [HomeController::class, 'index']); - Route::get('/custom-head-content', [HomeController::class, 'customHeadContent']); // Settings Route::get('/settings', [SettingController::class, 'index'])->name('settings');