From 542dfe2b620328dc33a3f516ad17fa0751732785 Mon Sep 17 00:00:00 2001 From: Alexis Drai Date: Sat, 11 Feb 2023 11:43:46 +0100 Subject: [PATCH] :pencil2: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b46a0ba..d9e7fb8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The Gateway routes offer access to the REST API in a similar way as the REST API | REST(old) | Gateway(current) | |--|--| | `GET` on `https://localhost/7229/api/cats` | `GET` on `https://localhost/5003/gateway/cats` | -| `POST` on `https://localhost/7229/api/bars/{id}` | `POST` on `https://localhost/5003/gateway/bars/{id}` | +| `DELETE` on `https://localhost/7229/api/bars/{id}` | `DELETE` on `https://localhost/5003/gateway/bars/{id}` | ...and for the websocket: - old :