Ali2206 commited on
Commit
abeeac1
·
verified ·
1 Parent(s): 88e16ff

Update api/routes.py

Browse files
Files changed (1) hide show
  1. api/routes.py +1 -0
api/routes.py CHANGED
@@ -164,3 +164,4 @@ async def count_patients(current_user: dict = Depends(get_current_user)):
164
  "created_by": current_user["email"]
165
  })
166
  return {"count": count}
 
 
164
  "created_by": current_user["email"]
165
  })
166
  return {"count": count}
167
+