Skip to content

Commit

Permalink
fix: securityConfig authorizes webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofg1pontes committed Oct 7, 2024
1 parent bb904ab commit 72137b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class SecurityConfig {
"/v1/auth/**",
"/v1/cep/**",
"/v1/event/*/ticketSale",
"/v1/payment/webhook"
"/v1/enrollment/webhook"
};

private final CustomUserDetailsService customUserDetailsService;
Expand Down

0 comments on commit 72137b9

Please sign in to comment.