Skip to content

Commit

Permalink
revert default json
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Apr 24, 2024
1 parent c55e6fe commit 5826811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion georiviere/portal/views/river.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StreamViewSet(GeoriviereAPIMixin, viewsets.ReadOnlyModelViewSet):
BrowsableAPIRenderer,
CamelCaseJSONRenderer,
GeoJSONRenderer,
)
) if settings.DEBUG else (CamelCaseJSONRenderer, GeoJSONRenderer)
permission_classes = [rest_permissions.DjangoModelPermissionsOrAnonReadOnly]
filter_backends = [filters.OrderingFilter, SearchNoAccentFilter]

Expand Down

0 comments on commit 5826811

Please sign in to comment.