This commit is contained in:
Nicolas Cantu 2025-09-16 05:35:03 +02:00
parent 177792929f
commit d3ba7f3f4a

View File

@ -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