Skip to content

Commit be5a576

Browse files
authored
FE: Fix blocked public assets (kafbat#1038)
1 parent 371be00 commit be5a576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/src/main/java/io/kafbat/ui/config/auth/AbstractAuthSecurityConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ protected AbstractAuthSecurityConfig() {
2121
"/manifest.json",
2222
"/favicon.svg",
2323
"/favicon/**",
24+
"/serviceImage.png",
25+
"/robots.txt",
2426

2527
"/static/**",
2628
"/resources/**",
29+
"/fonts/**",
2730

2831
/* ACTUATOR */
2932
"/actuator/health/**",

0 commit comments

Comments
 (0)