chore: update acl config

This commit is contained in:
Steven
2023-12-22 09:11:55 +08:00
parent 34af969785
commit 17e905085f
2 changed files with 3 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ var authenticationAllowlistMethods = map[string]bool{
"/memos.api.v2.AuthService/GetAuthStatus": true,
"/memos.api.v2.UserService/GetUser": true,
"/memos.api.v2.MemoService/ListMemos": true,
"/memos.api.v2.MemoService/ListMemoResources": true,
"/memos.api.v2.MemoService/ListMemoRelations": true,
"/memos.api.v2.MemoService/ListMemoComments": true,
"/memos.api.v2.MarkdownService/ParseMarkdown": true,
}