Skip to content
Snippets Groups Projects
Commit 65c1e61c authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: avoid rendering inbox drf api helper

parent 1aa74dd1
No related branches found
No related tags found
1 merge request!293Fix Djangoldp default models access
Pipeline #19099 passed
......@@ -86,6 +86,7 @@ class InboxView(APIView):
Receive linked data notifications
"""
permission_classes = [AllowAny, ]
renderer_classes = [JSONLDRenderer]
def post(self, request, *args, **kwargs):
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment