diff --git a/templates/front/docs_api.html b/templates/front/docs_api.html index 5dddab73..524d0611 100644 --- a/templates/front/docs_api.html +++ b/templates/front/docs_api.html @@ -100,7 +100,7 @@ The response may contain a JSON document with additional data.

Example Request

-curl {{ SITE_ROOT }}api/v1/checks/ \
+curl {{ SITE_ROOT }}/api/v1/checks/ \
     -X POST \
     -d '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}'