feat: add job seeker notice settings API
This commit is contained in:
@@ -118,6 +118,9 @@ public class SecurityConfig
|
||||
"/cms/policyInfo/detail","/cms/policyInfo/list","/cms/industry/treeselect").permitAll()
|
||||
// 静态资源,可匿名访问
|
||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
||||
// 移动端消息接收设置包含用户个人偏好,必须使用站点 Token 访问。
|
||||
// 该规则需位于 /app/** 的公共查询规则之前。
|
||||
.antMatchers("/app/notice/settings").authenticated()
|
||||
// 移动端公用查询,可匿名访问
|
||||
.antMatchers("/app/common/**").permitAll()
|
||||
.antMatchers("/app/**").permitAll()
|
||||
|
||||
Reference in New Issue
Block a user