From 6b95665974f3f49f1e7f0cd7056234750f107547 Mon Sep 17 00:00:00 2001 From: dakerboul Date: Mon, 10 Mar 2025 14:30:01 +0100 Subject: [PATCH] Ajouter l'importation de ffmpeg dans le fichier api.js --- api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api.js b/api.js index f515dee..687d77a 100644 --- a/api.js +++ b/api.js @@ -7,6 +7,7 @@ const videoRoutes = require('./routes/videoRoutes'); const imageRoutes = require('./routes/imageRoutes'); const uploadRoutes = require('./routes/uploadRoutes'); const fileWatcher = require('./src/data/filewatcher.js'); +const ffmpeg = require('./ffmpeg.js'); router.use(cors({ origin: ['http://127.0.0.1:5500', 'http://localhost:5500', 'http://localhost:3000'],