Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
webfilter 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Jan 31, 2024
1 parent aa2e9c9 commit 5dce768
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public Mono<Void> filter(ServerWebExchange exchange, WebFilterChain chain) {
} else {
return chain.filter(exchange);
}
})
.switchIfEmpty(chain.filter(exchange));
});
//.switchIfEmpty(chain.filter(exchange));
}

private Mono<String> resolveToken(ServerHttpRequest request) {
Expand Down

0 comments on commit 5dce768

Please sign in to comment.