Skip to content
Snippets Groups Projects
Commit fab9a98b authored by Branson Stephens's avatar Branson Stephens
Browse files

added self link in API root.

parent 46ba8f3c
No related branches found
No related tags found
No related merge requests found
......@@ -952,6 +952,7 @@ class GracedbRoot(APIView):
return Response({
"links" : {
"events" : reverse("event-list", request=request),
"self" : reverse("api-root", request=request),
},
"templates" : templates,
"groups" : [group.name for group in Group.objects.all()],
......
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