diff --git a/app/routes/landing_page.py b/app/routes/landing_page.py index 00c9e62..8c46732 100644 --- a/app/routes/landing_page.py +++ b/app/routes/landing_page.py @@ -25,7 +25,13 @@ def create_landing_page(base_url) -> dict: Link( href=f"{base_url}api", rel="service-desc", - type="application/json", + type="application/vnd.oai.openapi+json;version=3.1", + title="OpenAPI document", + ), + Link( + href=f"{base_url}docs", + rel="service-doc", + type="text/html", title="OpenAPI document", ), Link(