halfapi/tests/dummy_domain/routers/abc/pinnochio/__init__.py
2021-06-17 18:52:18 +02:00

7 lines
113 B
Python

from halfapi.lib import acl
ACLS = {
'GET' : [{'acl':acl.public}]
}
def get():
raise NotImplementedError