From b9f506a51bcb43ed5e4a8fc106ba0d0a8ca7bd39 Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Mon, 7 Oct 2024 08:14:12 +0500 Subject: [PATCH] fixed form --- src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.ts b/src/api/index.ts index 095bde1..c5e056f 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -1,5 +1,5 @@ import ky from 'ky'; export const api = ky.extend({ - prefixUrl: import.meta.env.VITE_API_URL, + prefixUrl: import.meta.env.VITE_PUBLIC_API_URL, });