halfapi/tests/dummy_domain/routers/abc/pinnochio/__init__.py

7 lines
113 B
Python
Raw Normal View History

2021-06-16 15:34:25 +02:00
from halfapi.lib import acl
ACLS = {
2021-06-17 18:52:18 +02:00
'GET' : [{'acl':acl.public}]
}
2021-06-16 15:34:25 +02:00
def get():
raise NotImplementedError