[half_domain] fix test_dummy_project
This commit is contained in:
parent
7001cec86e
commit
46e62575ae
@ -297,7 +297,7 @@ class HalfDomain(Starlette):
|
||||
'GET'
|
||||
)
|
||||
|
||||
for path, method, m_router, fct, params in HalfDomain.gen_router_routes(self.m_domain, []):
|
||||
for path, method, m_router, fct, params in HalfDomain.gen_router_routes(self.m_router, []):
|
||||
yield HalfRoute(f'/{path}', fct, params, method)
|
||||
|
||||
def domain_schema_dict(self) -> Dict:
|
||||
|
Loading…
Reference in New Issue
Block a user