Skip to content

Commit

Permalink
⚡️ correct error
Browse files Browse the repository at this point in the history
  • Loading branch information
yannis-mlgrn authored Apr 28, 2021
1 parent cf65a4b commit acd867d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/backend/API-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
curl -v http://localhost:5000/api/message?roomid=6043978fd68dc3fcbf6079d6
```

0 comments on commit acd867d

Please sign in to comment.