chore: tweak get memo by name

This commit is contained in:
Steven
2024-01-21 10:57:53 +08:00
parent 4d48f50815
commit c38404b5d5
2 changed files with 13 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ var authenticationAllowlistMethods = map[string]bool{
"/memos.api.v2.UserService/GetUser": true,
"/memos.api.v2.MemoService/ListMemos": true,
"/memos.api.v2.MemoService/GetMemo": true,
"/memos.api.v2.MemoService/GetMemoByName": true,
"/memos.api.v2.MemoService/ListMemoResources": true,
"/memos.api.v2.MemoService/ListMemoRelations": true,
"/memos.api.v2.MemoService/ListMemoComments": true,