From d795fd2d7368c9ed1607a0039e97aabfab6d1da4 Mon Sep 17 00:00:00 2001 From: Ikhsan S <93766033+ikhsan3adi@users.noreply.github.com> Date: Fri, 26 May 2023 18:33:53 +0700 Subject: [PATCH] Change base url to repo's name --- 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 b353273..fe5ccea 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -22,7 +22,7 @@ class App extends BaseConfig * explicitly and never rely on auto-guessing, especially in production * environments. */ - public string $baseURL = 'http://localhost/ci4-absensi-sekolah-qr/'; + public string $baseURL = 'http://localhost/absensi-sekolah-qr-code/'; /** * Allowed Hostnames in the Site URL other than the hostname in the baseURL.