halfapi/tests/dummy_domain/routers/abc/pinnochio/__init__.py
2021-06-16 15:34:25 +02:00

7 lines
107 B
Python

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