panhui 4 lat temu
rodzic
commit
f96221118f

+ 1 - 0
src/main/java/com/izouma/nineth/security/WebSecurityConfig.java

@@ -83,6 +83,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
                 .antMatchers("/banner/all").permitAll()
                 .antMatchers("/collection/all").permitAll()
                 .antMatchers("/collection/get/**").permitAll()
+                .antMatchers("/asset/get/**").permitAll()
                 .antMatchers("/user/all").permitAll()
                 .antMatchers("/user/get/*").permitAll()
                 .antMatchers("/user/forgotPassword").permitAll()