From e5458688e2f59ed6e1cafdffd4544961dfcfda13 Mon Sep 17 00:00:00 2001 From: suresh Date: Thu, 22 Jun 2023 19:01:17 +0530 Subject: [PATCH] suresh --- app/Config/App.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/App.php b/app/Config/App.php index 9f738af..094c0f2 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -18,8 +18,8 @@ class App extends BaseConfig * http://example.com/ */ // public string $baseURL = 'https://mprkv.co.in/devbook'; - //public string $baseURL = 'http://localhost/golf_backend'; - public string $baseURL = 'http://localhost:88/golf_backend'; + public string $baseURL = 'http://localhost/golf_backend'; + // public string $baseURL = 'http://localhost:88/golf_backend'; /**