From c7d886ffe8203db4a946c3102dc47696c92c614b Mon Sep 17 00:00:00 2001 From: Kerboul Date: Sun, 12 Jan 2025 15:26:49 +0000 Subject: [PATCH] =?UTF-8?q?Renommer=20la=20route=20de=20cr=C3=A9ation=20de?= =?UTF-8?q?=20vid=C3=A9o=20dans=20la=20documentation=20Swagger=20pour=20re?= =?UTF-8?q?fl=C3=A9ter=20la=20nouvelle=20convention=20'/videos'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index c804eaf..61fb3b5 100644 --- a/routes/api.js +++ b/routes/api.js @@ -363,7 +363,7 @@ router.get('/videos/:id', (req, res) => { /** * @swagger - * /createvideo: + * /videos: * post: * description: Use to create a new video * requestBody: