From 6bbb97f1ecc38e8bb6901c263fddcc6605374333 Mon Sep 17 00:00:00 2001 From: Srinivas-Saravanan Date: Fri, 7 Mar 2025 17:34:27 +0530 Subject: [PATCH] CHANGE_BASE_URL_IN_CONFIG --- 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 74b28bfe..01adbcf2 100755 --- 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 = 'https://vibhav.vijayabharathambooks.com/'; /** * Allowed Hostnames in the Site URL other than the hostname in the baseURL.