Skip to content

Commit 26565f9

Browse files
committed
🔨 fix: container dependency injection
1 parent 0791072 commit 26565f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/core/container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Container(DeclarativeContainer):
1111
"app.core.auth",
1212
"app.api.v1.endpoints.users",
1313
"app.api.v1.endpoints.auth",
14+
"app.api.v1.endpoints.admin.users",
1415
]
1516
)
1617

0 commit comments

Comments
 (0)