Skip to content

Commit e572a04

Browse files
Update __init__.py
1 parent 78568c1 commit e572a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/routes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from app.routes.public_v1 import register_public_v1_routes
1212

1313

14-
def register_all_routes(app: FastAPI, services: dict):
14+
def register_all_routes(app: FastAPI):
1515
"""Wire every HTTP/MCP route onto the FastAPI app.
1616
1717
Returns the MCP http_app's lifespan context manager (or None) so the

0 commit comments

Comments
 (0)