refractor structure project and add user endpoint

This commit is contained in:
2026-01-08 15:05:23 +03:00
parent 423ce8bc62
commit 8e0131451d
25 changed files with 329 additions and 218 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import logging
from app.utils.email_client import EmailClient
from app.config import settings
from app.core.config import settings
log = logging.getLogger(__name__)
+1 -1
View File
@@ -1,7 +1,7 @@
import logging
import uuid
from app.utils.redis import get_redis
from app.core.redis import get_redis
log = logging.getLogger(__name__)