From 15a39ddb1a106f9a939cc3e9333a8d237a66f02e Mon Sep 17 00:00:00 2001 From: roomm Date: Thu, 14 May 2026 09:30:43 +0200 Subject: [PATCH] docs: add config.py example to FastAPI documentation --- docs/examples/fastapi.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples/fastapi.rst b/docs/examples/fastapi.rst index 8b83d7024..df625ee33 100644 --- a/docs/examples/fastapi.rst +++ b/docs/examples/fastapi.rst @@ -29,3 +29,7 @@ tests.py main.py ------- .. literalinclude:: ../../examples/fastapi/main.py + +config.py +------- +.. literalinclude:: ../../examples/fastapi/config.py