refacor: fully refactored infrastructure

This commit is contained in:
ITQ
2025-11-13 21:05:51 +03:00
parent 89dffcabbd
commit 436ba6b04e
17 changed files with 3735 additions and 137 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class TestProvider(Provider):
@provide
def http_client(self) -> AsyncClient:
return AsyncClient(base_url="http://web_api:8080")
return AsyncClient(base_url="http://backend:8080")
def make_ioc(configuration: Configuration) -> AsyncContainer: