From bba525fbce4aeb3519b03b49bc2eb5a772772d4d Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 8 Nov 2018 23:39:19 +0100 Subject: [PATCH] doc: fix readme. --- providers/dns/httpreq/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/dns/httpreq/readme.md b/providers/dns/httpreq/readme.md index 4ee15a20..51bc9a0b 100644 --- a/providers/dns/httpreq/readme.md +++ b/providers/dns/httpreq/readme.md @@ -2,7 +2,7 @@ The server must provide: - `POST` `/present` -- `POST` `/client` +- `POST` `/cleanup` The URL of the server must be define by `HTTPREQ_ENDPOINT`.