Skip to content

Commit

Permalink
fix: remove @json_resp
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jan 15, 2025
1 parent c750e03 commit 04240f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/geonature/core/gn_synthese/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@ def taxon_stats(scope, cd_ref):

@routes.route("/taxon_observers/<int:cd_ref>", methods=["GET"])
@permissions.check_cruved_scope("R", get_scope=True, module_code="SYNTHESE")
@json_resp
def taxon_observers(scope, cd_ref):
per_page = request.args.get("per_page", 10, int)
page = request.args.get("page", 1, int)
Expand Down

0 comments on commit 04240f5

Please sign in to comment.