Skip to content

Commit

Permalink
add observations to api overview
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHosper committed Dec 10, 2024
1 parent 0ccdf8d commit 0ffb180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ def get(self, request: HttpRequest, format: Any = None) -> HttpResponse:
),
"gars": reverse("api:gar:gar-list", request=request, format=format),
"glds": reverse("api:gld:gld-list", request=request, format=format),
"observations": reverse(
"api:gld:observation-list", request=request, format=format
),
"frds": reverse("api:frd:frd-list", request=request, format=format),
}
return Response(data)
Expand Down

0 comments on commit 0ffb180

Please sign in to comment.