From 0ec38e0cfd1549d502114172eabdbf7d3fcf3c6d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Aug 2022 08:23:07 +0200 Subject: [PATCH] Fix typo in docs --- docs/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index 1ec9b6c12..d9840a09c 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -317,7 +317,7 @@ whitelist ### OpenAPI interface To enable the builtin openAPI interface (Swagger UI), specify `"enable_openapi": true` in the api_server configuration. -This will enable the Swagger UI at the `/docs` endpoint. By default, that's running at http://localhost:8080/docs/ - but it'll depend on your settings. +This will enable the Swagger UI at the `/docs` endpoint. By default, that's running at http://localhost:8080/docs - but it'll depend on your settings. ### Advanced API usage using JWT tokens