halfapi/tests/dummy_domain/__init__.py

6 lines
60 B
Python
Raw Normal View History

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