Skip to content

Commit 7397ba6

Browse files
committed
Renamed from api_v1 to v1
1 parent e204af3 commit 7397ba6

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from fastapi import APIRouter
22

3-
from jsoned.api.api_v1.endpoints import schemas
3+
from jsoned.api.v1.endpoints import schemas
44

55
api_router = APIRouter()
66
api_router.include_router(schemas.router, prefix="/schemas", tags=["schemas"])

0 commit comments

Comments
 (0)