Skip to content

Commit

Permalink
Merge pull request #1484 from camptocamp/fix-swisscom-get-config
Browse files Browse the repository at this point in the history
Fix swisscom heatmap getConfig issue
  • Loading branch information
ger-benjamin authored Oct 29, 2024
2 parents 4ce1cc8 + f6c18d5 commit ae36c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/custom/views/swisscom_heatmap/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
) # type: ignore[import-untyped]


@swisscom_heatmap_get_config.get(renderer="json")
def entry_get_config(_request: pyramid.request.Request) -> pyramid.response.Response:
return api.get_config()

Expand Down

0 comments on commit ae36c60

Please sign in to comment.