Skip to content

Commit 4ab5414

Browse files
committed
hotfix
1 parent c6021d5 commit 4ab5414

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

0 commit comments

Comments
 (0)