From 8961c366d328f7e5273f8114fdf2431e209bce3e Mon Sep 17 00:00:00 2001 From: Kerboul Date: Thu, 3 Apr 2025 15:28:12 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20l'exportation=20du=20routeur=20dan?= =?UTF-8?q?s=20le=20syst=C3=A8me=20de=20capture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/capture_system.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/capture_system.js b/routes/capture_system.js index 2f0a1f7..5afef9d 100644 --- a/routes/capture_system.js +++ b/routes/capture_system.js @@ -238,4 +238,6 @@ router.post('/camera/maintenance/deactivate', async (req, res) => { } catch (error) { serverError.sendError('Error deactivating maintenance mode:', res, error, 500); } -}); \ No newline at end of file +}); + +module.exports = router; \ No newline at end of file