Skip to content

Commit 24564bd

Browse files
committed
Exclude API v.1
1 parent ac45276 commit 24564bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def handle_validation_error(
110110

111111

112112
# Include routers.
113-
APP.include_router(V1, prefix="", tags=["v1"])
113+
# APP.include_router(V1, prefix="", tags=["v1"])
114114
APP.include_router(V2, prefix="/v2", tags=["v2"])
115115

116116

0 commit comments

Comments
 (0)