diff --git a/README.md b/README.md index 4114db5..e747598 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,6 @@ POST localhost:8000/url/upload GET localhost:8000/url/delete Удаление заданных ссылок: -POST localhost:8000/url +POST localhost:8000/url/delete body: {"urls": [url1, url2]} ```