Implemented all endpoints

This commit is contained in:
2025-09-03 20:49:19 +03:00
parent 8a6490a481
commit 2b191dddd2
7 changed files with 194 additions and 118 deletions

View File

@ -6,4 +6,5 @@ postgres_user = config('POSTGRES_USER')
postgres_password = config('POSTGRES_PASSWORD')
host_name = config('HOST_NAME')
port = config('PORT')
logging_level = config('LOGGING_LEVEL')
logging_level = config('LOGGING_LEVEL')
enable_api_docs = config('ENABLE_API_DOCS', cast=bool)