From c5a23b467164d2c96c95e18eec868b0961b75011 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 5 Aug 2025 20:15:01 +0300 Subject: [PATCH] add NEXT_PUBLIC_API_URL to environment configuration --- config/front/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/config/front/.env b/config/front/.env index e69de29..cdff1d2 100644 --- a/config/front/.env +++ b/config/front/.env @@ -0,0 +1 @@ +NEXT_PUBLIC_API_URL=http://crm.logidex.ru/api \ No newline at end of file