diff --git a/README.md b/README.md index 6595a0d..b46a0ba 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}` | `GET` on `https://localhost/5003/gateway/bars/{id}` | +| `POST` on `https://localhost/7229/api/bars/{id}` | `POST` on `https://localhost/5003/gateway/bars/{id}` | ...and for the websocket: - old :