From 2d6d60bbb8454dc2ca6c27cee5495a831b2c961a Mon Sep 17 00:00:00 2001 From: heama Date: Mon, 6 Nov 2023 12:19:55 +0530 Subject: [PATCH] app --- 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 8f80ebf0..2bde670b 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_new/'; + public string $baseURL = 'http://localhost/vb_book/'; // public string $baseURL = 'http://localhost/vb_book/public/'; /**