From 99413b67d8e3a66b9191af1246621c7e434824c1 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Mon, 29 Apr 2024 11:26:37 +0300 Subject: [PATCH] update --- web/routes/web.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web/routes/web.php b/web/routes/web.php index a954a6f..90ea70a 100644 --- a/web/routes/web.php +++ b/web/routes/web.php @@ -28,14 +28,3 @@ if (!file_exists(storage_path('installed'))) { } Route::get('/installer', \App\Livewire\Installer::class); - - -Route::get('vurti', function () { - - $findDomain = \App\Models\Domain::where('id', 41)->first(); - - $findDomain->configureVirtualHost(); - - dd(3); - -});