Commit 3e6485fd by PWF-WK01\pengwufeng

调整场站用户专用接口url

parent e7a1fb57
......@@ -253,7 +253,7 @@ public class SecurityConfig {
http.sessionManagement().maximumSessions(1);
http.csrf().disable();
http.cors().disable();
http.antMatcher("/warehouse/**").authorizeRequests()
http.antMatcher("/warehouse/api/**").authorizeRequests()
// .antMatchers("/warehouse/user").permitAll()
.anyRequest().authenticated();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment