✏️ Fix typo
continuous-integration/drone/push Build is passing Details

pull/60/head
Alexis Drai 2 years ago
parent 704faef0a1
commit 94b828f4bd

@ -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 :

Loading…
Cancel
Save