halfapi/tests/dummy_domain/__init__.py
2021-11-29 08:37:52 +01:00

6 lines
60 B
Python

ROUTES = {
'': {
'SUBROUTES': ['async']
}
}