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 82175a7 commit 72572d0Copy full SHA for 72572d0
app/routers/v1.py
@@ -1,4 +1,4 @@
1
-"""app.router.v1.py"""
+"""app.routers.v1.py"""
2
from fastapi import APIRouter
3
4
from ..services.location.jhu import get_category
app/routers/v2.py
-"""app.router.v2"""
+"""app.routers.v2"""
import enum
from fastapi import APIRouter, HTTPException, Request
0 commit comments