added: 学员,我的课程

This commit is contained in:
none
2023-03-20 12:01:55 +08:00
parent dfce2fc477
commit f57e27783b
22 changed files with 108 additions and 62 deletions

View File

@@ -12,6 +12,7 @@ public class FrontendConstant {
public final static List<String> UN_AUTH_URI_WHITELIST = new ArrayList<>() {{
add("/api/v1/system/config");
add("/api/v1/system/image-captcha");
add("/api/v1/auth/login/password");
}};
}