Ali2206 commited on
Commit
f7e9489
·
verified ·
1 Parent(s): 8da9f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ app.add_middleware(
19
  # Setup the app (e.g., initialize globals, startup event)
20
  setup_app(app)
21
 
22
- # Create and include the router with dependencies
23
  router = create_router(agent, logger, patients_collection, analysis_collection, users_collection, notifications_collection)
24
  app.include_router(router)
25
 
 
19
  # Setup the app (e.g., initialize globals, startup event)
20
  setup_app(app)
21
 
22
+ # Include the router with dependencies
23
  router = create_router(agent, logger, patients_collection, analysis_collection, users_collection, notifications_collection)
24
  app.include_router(router)
25