Skip to content

Commit

Permalink
refactor: skip empty query parameters in GetRolByZaakUrlAndRolTypeUrl…
Browse files Browse the repository at this point in the history
… adapter
  • Loading branch information
MLenterman committed Sep 4, 2024
1 parent b153464 commit c3343e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
methodType="GET"
headersParams="Authorization,Accept-Crs"
timeout="${zaakbrug.zgw.zaken-api.timeout}"
parametersToSkipWhenEmpty="*"
/>
<Param name="url" value="${zaakbrug.zgw.zaken-api.root-url}rollen"/>
<Param name="zaak" sessionKey="ZaakUrl"/>
Expand Down

0 comments on commit c3343e1

Please sign in to comment.