From cbc219c2e1b8444571370664c2120aeb0b509f69 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Wed, 15 Jan 2025 08:39:56 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20du=20chemin=20du=20r=C3=A9pertoire?= =?UTF-8?q?=20des=20projets=20dans=20fileUtils.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/fileUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fileUtils.js b/utils/fileUtils.js index de7aa67..d3fdb96 100644 --- a/utils/fileUtils.js +++ b/utils/fileUtils.js @@ -1,6 +1,6 @@ const fs = require('fs'); const path = require('path'); -const PROJECTS_DIR = path.join(__dirname, '../storage'); +const PROJECTS_DIR = path.join('/storage'); /** * Crée un dossier pour un projet donné.