Skip to content

Commit 8b4df72

Browse files
committed
fix module names
1 parent eb02355 commit 8b4df72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/routers/v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""app.router.v1.py"""
1+
"""app.routers.v1.py"""
22
from fastapi import APIRouter
33

44
from ..services.location.jhu import get_category

app/routers/v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""app.router.v2"""
1+
"""app.routers.v2"""
22
import enum
33

44
from fastapi import APIRouter, HTTPException, Request

0 commit comments

Comments
 (0)