securityConfig修改企业接口权限
This commit is contained in:
@@ -125,6 +125,8 @@ public class SecurityConfig
|
|||||||
.antMatchers("/app/speech/**").permitAll()
|
.antMatchers("/app/speech/**").permitAll()
|
||||||
//移动端岗位信息
|
//移动端岗位信息
|
||||||
.antMatchers("/app/job/**").permitAll()
|
.antMatchers("/app/job/**").permitAll()
|
||||||
|
//企业信息
|
||||||
|
.antMatchers("/app/company/**").permitAll()
|
||||||
//招聘会信息
|
//招聘会信息
|
||||||
.antMatchers("/app/fair/**").permitAll()
|
.antMatchers("/app/fair/**").permitAll()
|
||||||
//.antMatchers("/app/**").permitAll()
|
//.antMatchers("/app/**").permitAll()
|
||||||
|
|||||||
Reference in New Issue
Block a user