From acd867d5628fba1e41596494cd5f281c762ec53b Mon Sep 17 00:00:00 2001 From: yannis malgorn Date: Wed, 28 Apr 2021 20:43:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20correct=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/backend/API-documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/backend/API-documentation.md b/doc/backend/API-documentation.md index 15b7aa3..4c7552e 100644 --- a/doc/backend/API-documentation.md +++ b/doc/backend/API-documentation.md @@ -65,5 +65,5 @@ curl -X DELETE http://localhost:5000/api/message/0 Get all messages for one RoomId: ```sh -curl -v http:/localhost:5000/api/message?roomid=6043978fd68dc3fcbf6079d6 -``` \ No newline at end of file +curl -v http://localhost:5000/api/message?roomid=6043978fd68dc3fcbf6079d6 +```