added endpoints for user profile

This commit is contained in:
afanasyev.aa 2025-07-15 00:58:31 +09:00
parent dd99c395a0
commit 6f4282d96e
4 changed files with 138 additions and 5 deletions

View file

@ -57,7 +57,7 @@ INSTALLED_APPS = [
'drf_spectacular',
'corsheaders',
'api.apps.ApiConfig',
'channels',
]
MIDDLEWARE = [