Skip to content

Commit

Permalink
演示模式下允许访问分析列表查询地址
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Jan 24, 2024
1 parent 9cd79d2 commit ca198d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private boolean notAllowModify(String requestURI, String method) {
"/system/log/login/list", "/monitor/online/list", "/monitor/server", "/tool/generator/list", "/tool/generator/table/list",
"/tool/generator/downloads", "/app/chat/chat-list/list-all", "/app/chat/message/list", "/app/chat/friend-apply/list",
"/app/chat/friend-apply/list-fuzzy", "/app/chat/friend/list", "/captcha", "/profile/login-log", "/index/user-visit",
"/index/get-wechat-gitee", "/index/get-wechat-github", "/system/log/api/list"
"/index/get-wechat-gitee", "/index/get-wechat-github", "/system/log/api/list", "/system/log/api/list-analysis"
);
final var postWhiteList = List.of("/login", "/app/chat/message");
final var putWhiteList = List.of();
Expand Down

0 comments on commit ca198d7

Please sign in to comment.