mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-20 08:12:16 +08:00
Automated deployment: Sun Nov 7 10:33:28 UTC 2021 b80061bbc4fe828f330f663f411504719c370916
This commit is contained in:
@ -11,5 +11,5 @@ db = client["database_name"]
|
||||
collection = db["users"]
|
||||
|
||||
|
||||
def get_user_db():
|
||||
async def get_user_db():
|
||||
yield MongoDBUserDatabase(UserDB, collection)
|
||||
|
Reference in New Issue
Block a user