Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Apr 3, 2023
1 parent 5b640b4 commit 995d376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .tasks.task_example import dummy_task

connect(
host='mongomock://localhost:27017/db',
host='mongodb://localhost:27017/db',
mongo_client_class=mongomock.MongoClient,
)
app = FastAPI(title='example')
Expand Down

0 comments on commit 995d376

Please sign in to comment.