Spaces:
Build error
Build error
File size: 148 Bytes
bb5022d | 1 2 3 4 5 6 7 8 9 10 | """
uv run python -m scripts.openapi > frontend/openapi.json
"""
import json
from app.main import app
print(json.dumps(app.openapi(), indent=2))
|