Skip to content

Commit 6c5c905

Browse files
committed
remove google play webhook url from security config
1 parent 701902e commit 6c5c905

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/trynoice/api/Application.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public SecurityFilterChain securityFilterChain(
131131
.mvcMatchers(HttpMethod.POST, "/v1/accounts/signUp").anonymous()
132132
.mvcMatchers(HttpMethod.POST, "/v1/accounts/signIn").anonymous()
133133
.mvcMatchers(HttpMethod.GET, "/v1/accounts/credentials").anonymous()
134-
.mvcMatchers(HttpMethod.POST, "/v1/subscriptions/googlePlay/webhook").anonymous()
135134
.mvcMatchers(HttpMethod.POST, "/v1/subscriptions/stripe/webhook").anonymous()
136135
.antMatchers("/v?*/**").fullyAuthenticated()
137136
.anyRequest().permitAll();

0 commit comments

Comments
 (0)