We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab817bd commit ece30f3Copy full SHA for ece30f3
app/main.py
@@ -36,8 +36,7 @@ class Sources(str, enum.Enum):
36
title="Coronavirus Tracker",
37
description="API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak.",
38
version="2.0.1",
39
- prefix="/v2-beta",
40
- docs_url="/v2-beta",
+ docs_url="/",
41
redoc_url="/docs",
42
)
43
0 commit comments