This commit is contained in:
maxDorninger
2025-05-30 22:40:14 +02:00
parent 75b72bb03f
commit 626aa85d48
20 changed files with 634 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# API Reference
Media Manager's backend is built with FastAPI, which automatically generates interactive API documentation.
* **Swagger UI** (typically available at `http://localhost:8000/docs`).
* **ReDoc** (typically available at `http://localhost:8000/redoc`).