mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
完成登录校验
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package xyz.playedu.api.constant;
|
||||
|
||||
public class BackendConstant {
|
||||
public final static String[] UN_AUTH_URI_WHITELIST = {"/backend/v1/system/image-captcha", "/backend/v1/auth/login",};
|
||||
}
|
||||
Reference in New Issue
Block a user