Confusion entre modules et sous-modules
This commit is contained in:
parent
b182010bad
commit
4ad337b965
|
@ -11,7 +11,7 @@ class Controller:
|
||||||
"""
|
"""
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
test: bool):
|
test: bool):
|
||||||
self.risotto_modules = services.get_modules_list()
|
self.risotto_modules = services.get_services_list()
|
||||||
|
|
||||||
async def call(self,
|
async def call(self,
|
||||||
uri: str,
|
uri: str,
|
||||||
|
|
Loading…
Reference in New Issue