Skip to content

Commit

Permalink
Merge branch 'apis_monitoramento_turn_back' of github.com:prefeitura-…
Browse files Browse the repository at this point in the history
…rio/api-dados-rio into apis_monitoramento_turn_back
  • Loading branch information
patriciacatandi committed Mar 4, 2024
2 parents 19fac42 + bb6f47d commit c2aaf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_dados_rio/v2/clima_pluviometro/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def list(self, request):
status=500,
)


# Views for last 120 min
@method_decorator(
name="list",
Expand Down
1 change: 1 addition & 0 deletions api_dados_rio/v2/clima_radar/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def list(self, request):
status=500,
)


# Views for last 120 min
@method_decorator(
name="list",
Expand Down

0 comments on commit c2aaf34

Please sign in to comment.