halfapi/tests/dummy_domain/act/personne/eo.py
2021-06-17 18:52:18 +02:00

11 lines
160 B
Python

from starlette.responses import Response
ROUTES={
'': {
'GET': [{'acl': 'None', 'in': ['ok']}]
}
}
async def get_(req):
return Response()