From b639e95aa068039bc9294d25ea9cb154e2641622 Mon Sep 17 00:00:00 2001 From: Venba Date: Sat, 23 Mar 2024 08:28:43 +0000 Subject: [PATCH] CHANGE_APP_URL_REMOVED --- app/Config/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/App.php b/app/Config/App.php index 2bde670b..a5228248 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -19,7 +19,7 @@ class App extends BaseConfig * http://example.com/ */ // public string $baseURL = 'http://localhost:8080/'; - public string $baseURL = 'http://localhost/vb_book/'; + public string $baseURL = ''; // public string $baseURL = 'http://localhost/vb_book/public/'; /**