Skip to content

Commit

Permalink
fix: or-2515 temporary hide endpoint for wijzig lidmaatschap
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Oct 30, 2024
1 parent 01b0ee4 commit 7355329
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
[AdvertiseApiVersions("1.0")]
[ApiRoute("verenigingen")]
[SwaggerGroup.DecentraalBeheer]

// TODO Remove visibility marker before actual deployment
[ApiExplorerSettings(IgnoreApi = true)]
public class WijzigLidmaatschapController : ApiController
{
private readonly IMessageBus _messageBus;
Expand Down

0 comments on commit 7355329

Please sign in to comment.