show annotations in public interface

This commit is contained in:
j 2024-08-30 15:17:01 +02:00
parent a92663f912
commit c16385a8ef

View file

@ -14,6 +14,7 @@ def getAnnotations(data):
response['annotations'] = models.Annotation.get_by_item(data['id'])
return response
actions.register(getAnnotations)
actions.register(getAnnotations, version='public')
def addAnnotation(data):