Skip to content

Commit

Permalink
(BSR)[API] chore: Add atomic decorator over GET /offerers/names route
Browse files Browse the repository at this point in the history
  • Loading branch information
dramelet-pass committed Nov 6, 2024
1 parent 4928b73 commit 0ef96e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/pcapi/routes/pro/offerers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@


@private_api.route("/offerers/names", methods=["GET"])
@atomic()
@login_required
@spectree_serialize(response_model=offerers_serialize.GetOfferersNamesResponseModel, api=blueprint.pro_private_schema)
def list_offerers_names(
Expand Down

0 comments on commit 0ef96e6

Please sign in to comment.