From a45f83ef231ff6db24b771bb2e12d9c217457bf9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 29 Jun 2023 13:35:29 +0000 Subject: [PATCH] localhost URL --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 92ea8017d..28067a4d8 100644 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ return [ | */ - 'url' => env('APP_URL', 'http://localhost'), + 'url' => env('APP_URL', '/'), /* |--------------------------------------------------------------------------