We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da4a59 commit d01a9e0Copy full SHA for d01a9e0
README.md
@@ -183,6 +183,6 @@ Configuration can be customized mounting `config.toml` as a volume `nginx-declar
183
184
When NGINX Declarative API is running, REST API documentation can be accessed at:
185
186
-- Documentation and testing: http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/docs
187
-- Redoc documentation: http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/redoc
188
-- OpenAPI specification: http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/openapi.json
+- Documentation and testing: `http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/docs`
+- Redoc documentation: `http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/redoc`
+- OpenAPI specification: `http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/openapi.json`
0 commit comments