Skip to content

Commit

Permalink
添加接口日志模块查询接口
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Jan 19, 2024
1 parent 9a58789 commit 632effe
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"
"/index/get-wechat-gitee", "/index/get-wechat-github", "/system/log/api/list"
);
final var postWhiteList = List.of("/login", "/app/chat/message");
final var putWhiteList = List.of();
Expand Down

0 comments on commit 632effe

Please sign in to comment.