From 9dd9d369bebcc926426b039e8530f7e7d31242a0 Mon Sep 17 00:00:00 2001 From: napakalas Date: Fri, 11 Sep 2026 16:03:24 +1200 Subject: [PATCH] docs: document RapiDoc endpoint in README (#73). --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1a8ff31..3f24cda 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,8 @@ Running $ uv run python -m mapserver * By default, maps are stored in ``./flatmaps``. This can be overridden by setting the ``FLATMAP_ROOT`` environment variable to a directory path. -* By default, the server listens at ``http://127.0.0.1:8000``. This can be changed by setting the ``SERVER_INTERFACE`` and ``SERVER_PORT`` envirinment variables before starting the server. +* By default, the server listens at ``http://127.0.0.1:8000``. This can be changed by setting the ``SERVER_INTERFACE`` and ``SERVER_PORT`` environment variables before starting the server. +* The RapiDoc API documentation is available at ``http://127.0.0.1:8000/schema``. * Access and error logs are stored in ``./logs``, with map-making logs in ``./logs/mapmaker``. Debugging