This commit is contained in:
CHIEFSOFT\ameye
2025-06-22 21:57:54 -04:00
parent 0e79753d27
commit 7445fc2afa
4 changed files with 112 additions and 4 deletions
+2 -1
View File
@@ -7,4 +7,5 @@ from app.api.services.customer_consent import CustomerConsentService
from app.api.services.notification_callback import NotificationCallbackService
from app.api.services.authorization import AuthorizationService
from app.api.services.offer_analysis import OfferAnalysis
from app.api.services.login import LoginService
from app.api.services.login import LoginService
from app.api.services.register import RegisterService