diff --git a/src/risotto/controller.py b/src/risotto/controller.py index 2f6ca42..0b136d7 100644 --- a/src/risotto/controller.py +++ b/src/risotto/controller.py @@ -11,7 +11,7 @@ class Controller: """ def __init__(self, test: bool): - self.risotto_modules = services.get_modules_list() + self.risotto_modules = services.get_services_list() async def call(self, uri: str,