You've already forked RekomenciBackend
feat(): profiles
This commit is contained in:
@@ -2,6 +2,8 @@ from dishka import BaseScope, Provider, Scope, provide_all
|
||||
|
||||
from template_project.application.auth_identity.interactors.sign_in import SignInInteractor
|
||||
from template_project.application.auth_identity.interactors.sign_up import SignUpInteractor
|
||||
from template_project.application.user.profile.interactors.get_profile import GetProfileInteractor
|
||||
from template_project.application.user.profile.interactors.patch_profile import PatchProfileInteractor
|
||||
|
||||
|
||||
class InteractorProvider(Provider):
|
||||
@@ -10,4 +12,6 @@ class InteractorProvider(Provider):
|
||||
interactors = provide_all(
|
||||
SignInInteractor,
|
||||
SignUpInteractor,
|
||||
GetProfileInteractor,
|
||||
PatchProfileInteractor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user