chore: update acl list

This commit is contained in:
Steven 2024-03-20 08:18:43 +08:00
parent 0a0ccbf6e1
commit 6db427e396

View file

@ -18,6 +18,7 @@ var authenticationAllowlistMethods = map[string]bool{
"/memos.api.v2.MemoService/ListMemoResources": true,
"/memos.api.v2.MemoService/ListMemoRelations": true,
"/memos.api.v2.MemoService/ListMemoComments": true,
"/memos.api.v2.LinkService/GetLinkMetadata": true,
}
// isUnauthorizeAllowedMethod returns whether the method is exempted from authentication.