We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c72ff commit 7f45ff4Copy full SHA for 7f45ff4
2 files changed
‎documentation/fastapi-example.md‎
@@ -8,7 +8,7 @@ Here's an example of its integration:
8
from cq import CommandBus, command_handler, new_command_bus
9
from fastapi import FastAPI, status
10
from injection import injectable, singleton
11
-from injection.integrations.fastapi import Inject
+from injection.ext.fastapi import Inject
12
from pydantic import BaseModel
13
14
# ----- Service Definition -----
0 commit comments