You've already forked RekomenciBackend
refacor: fully refactored infrastructure
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user