Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 125cefb

Browse files
authored
Update SecurityConfig.java
1 parent b880284 commit 125cefb

File tree

1 file changed

+0
-1
lines changed
  • server/api-service/openblocks-server/src/main/java/com/openblocks/api/framework/security

1 file changed

+0
-1
lines changed

server/api-service/openblocks-server/src/main/java/com/openblocks/api/framework/security/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public SecurityWebFilterChain securityWebFilterChain(ServerHttpSecurity http) {
8383
ServerWebExchangeMatchers.pathMatchers(HttpMethod.POST, CUSTOM_AUTH + "/logout"),
8484
ServerWebExchangeMatchers.pathMatchers(HttpMethod.HEAD, STATE_URL + "/healthCheck"),
8585

86-
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, "/api/test"),
8786
// used in public viewed apps
8887
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, CONFIG_URL), // system config
8988
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, CONFIG_URL + "/deploymentId"), // system config

0 commit comments

Comments
 (0)