Skip to content
Snippets Groups Projects

Superevents

Merged Tanner Prestegard requested to merge superevent into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1944,7 +1944,7 @@ class VOEventList(APIView):
filename=filename, serialized_object=rv)
response = Response(rv, status=status.HTTP_201_CREATED)
response['Location'] = rv['self']
response['Location'] = rv['links']['self']
return response
class VOEventDetail(APIView):
Loading