陶杰
2024-12-24 f80cb569e078e7494e6701f74064f41e52b7c19f
src/main/java/com/mzl/flower/config/ResourceServerConfig.java
@@ -37,6 +37,7 @@
        httpSecurity
                .authorizeRequests()
                .antMatchers("/api/login/**").permitAll()
                .antMatchers("/api/wx/jscode2session").permitAll()
                .antMatchers("/api/pub/**").permitAll()
                .antMatchers("/api/advertisement/**").permitAll()
                .antMatchers("/api/ua/**").permitAll()