From 233f502d15c0e4cb755df444dfedea74567eb3ea Mon Sep 17 00:00:00 2001 From: owrainfo Date: Tue, 9 Dec 2025 08:35:50 +0000 Subject: [PATCH] Update app/Config/App.php --- 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 81a3822..b4c64a6 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -16,7 +16,7 @@ class App extends BaseConfig * * E.g., http://example.com/ */ - public string $baseURL = 'http://localhost:8800/'; + public string $baseURL = 'http://test2-admin.confirms.co.kr'; /** * Allowed Hostnames in the Site URL other than the hostname in the baseURL.