From d3ba7f3f4a8a6be0e152d29eeb724d008ffd66b7 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Tue, 16 Sep 2025 05:35:03 +0200 Subject: [PATCH] backend --- src/services/folderApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/folderApi.ts b/src/services/folderApi.ts index 2496d31..68da796 100644 --- a/src/services/folderApi.ts +++ b/src/services/folderApi.ts @@ -2,7 +2,7 @@ * API pour la gestion des dossiers par hash */ -const API_BASE_URL = 'http://localhost:3001/api' +const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:3001/api' export interface FolderResult { fileHash: string