Skip to content

Commit

Permalink
fix: webhook securityconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofg1pontes committed Oct 7, 2024
1 parent ac862fd commit 2f2cec7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public class SecurityConfig {
// Api endpoints
"/v1/auth/**",
"/v1/cep/**",
"/v1/event/*/ticketSale"
"/v1/event/*/ticketSale",
"/v1/payment/webhook"
};

private final CustomUserDetailsService customUserDetailsService;
Expand Down

0 comments on commit 2f2cec7

Please sign in to comment.