Skip to content

Commit

Permalink
演示模式可以调用用户访问量接口
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Jan 10, 2024
1 parent e6bdaa4 commit 732ad8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private boolean notAllowModify(String requestURI, String method) {
"/system/user/list", "/system/dept/list", "/system/role/list", "/system/menu/list", "/system/dict/type/list",
"/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"
"/app/chat/friend-apply/list-fuzzy", "/app/chat/friend/list", "/captcha", "/profile/login-log", "/index/user-visit"
);
final var postWhiteList = List.of("/login", "/app/chat/message");
final var putWhiteList = List.of();
Expand Down

0 comments on commit 732ad8b

Please sign in to comment.