From e172bbb583a17a99cb0f47cfc44a08e8149e4d43 Mon Sep 17 00:00:00 2001 From: saparatayev Date: Fri, 12 May 2023 12:51:58 +0500 Subject: [PATCH] change backend uri --- config/cms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cms.php b/config/cms.php index 93b6bc92d..80e9e1281 100644 --- a/config/cms.php +++ b/config/cms.php @@ -36,7 +36,7 @@ return [ | */ - 'backendUri' => 'backend', + 'backendUri' => env('BACKEND_URI', 'backend'), /* |--------------------------------------------------------------------------