mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
通过获取类的RequestMapping注解来判断当前请求是否需要登录
This commit is contained in:
@@ -11,8 +11,6 @@ public class ApiPrefix {
|
||||
|
||||
// login
|
||||
public static final String API_V1_SSO_PREFIX = API_V1_PREFIX + "sso/";
|
||||
public static final String API_V1_SSO_LOGIN = API_V1_SSO_PREFIX + "login";
|
||||
public static final String API_V1_SSO_LOGOUT = API_V1_SSO_PREFIX + "logout";
|
||||
|
||||
// console
|
||||
public static final String API_V1_NORMAL_PREFIX = API_V1_PREFIX + "normal/";
|
||||
|
||||
Reference in New Issue
Block a user