Skip to content

Commit c6021d5

Browse files
committed
hotfix
1 parent d100f6a commit c6021d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/org/flow/gateway/common/gateway/AuthenticationFilter.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,5 @@ private Mono<Void> handleUnauthorized(ServerWebExchange exchange) {
6060
exchange.getResponse().setStatusCode(HttpStatus.UNAUTHORIZED);
6161
return exchange.getResponse().setComplete();
6262
}
63-
64-
public static class Config {
65-
// Configuration properties if needed
66-
}
63+
6764
}

0 commit comments

Comments
 (0)