Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Apr 5, 2024
1 parent 79f5e84 commit df7b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get(self, request, format=None):
"monitoringtubes": reverse(
"api:gmw:monitoringtube-list", request=request, format=format
),
"version":"1",
"version": "1",
}
return Response(data)

Expand Down

0 comments on commit df7b0e3

Please sign in to comment.