From 557be4a58b9bff41c0cd2a82cfc2fa627f97fb21 Mon Sep 17 00:00:00 2001 From: dakerboul Date: Mon, 10 Mar 2025 15:04:22 +0100 Subject: [PATCH] =?UTF-8?q?Modifier=20la=20m=C3=A9thode=20HTTP=20de=20la?= =?UTF-8?q?=20route=20/procedure/stop/=20de=20GET=20=C3=A0=20POST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/cameraRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/cameraRoutes.js b/routes/cameraRoutes.js index b9de4a5..3102357 100644 --- a/routes/cameraRoutes.js +++ b/routes/cameraRoutes.js @@ -72,7 +72,7 @@ function startProcedure(projectId, interval) { /** * @swagger * /procedure/stop/: - * get: + * post: * summary: Stop the capture procedure * description: Stops the capture procedure. * responses: