chore: services code refactor

This commit is contained in:
ITQ
2025-07-22 21:56:18 +03:00
parent f5c9b69b45
commit 8549700752
7 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ API_ENDPOINT = os.getenv("AIOGRAM_BACKEND_URL", "http://localhost:8080")
REDIS_URI = os.getenv("REDIS_URI", "redis://localhost:6379")
MINIO_URL = os.getenv('MINIO_ENDPOINT', 'http://localhost:9000')
MINIO_URL = os.getenv("MINIO_ENDPOINT", "http://localhost:9000")