Skip to content

Commit c214957

Browse files
committed
feat: Add Api Docs
1 parent 761c3c8 commit c214957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/mcp/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
tokenUrl=f"{settings.API_V1_STR}/login/access-token"
3434
)
3535

36-
router = APIRouter(tags=["mcp"], prefix="/mcp", include_in_schema=False)
36+
router = APIRouter(tags=["mcp"], prefix="/mcp")
3737

3838

3939
# @router.post("/access_token", operation_id="access_token")

0 commit comments

Comments
 (0)