mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 04:39:26 +08:00
学员修改密码api
This commit is contained in:
14
src/main/java/xyz/playedu/api/constant/FrontendConstant.java
Normal file
14
src/main/java/xyz/playedu/api/constant/FrontendConstant.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package xyz.playedu.api.constant;
|
||||
|
||||
/**
|
||||
* @Author 杭州白书科技有限公司
|
||||
* @create 2023/3/13 14:07
|
||||
*/
|
||||
public class FrontendConstant {
|
||||
|
||||
public final static String[] UN_AUTH_URI_WHITELIST = {
|
||||
"/api/v1/system/config",
|
||||
"/api/v1/system/image-captcha",
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user