diff --git a/api/v2/acl_config.go b/api/v2/acl_config.go index 8e61fdc..1b4a2bd 100644 --- a/api/v2/acl_config.go +++ b/api/v2/acl_config.go @@ -10,6 +10,7 @@ var allowedMethodsWhenUnauthorized = map[string]bool{ "/slash.api.v2.AuthService/SignOut": true, "/memos.api.v2.AuthService/GetAuthStatus": true, "/slash.api.v2.ShortcutService/GetShortcutByName": true, + "/slash.api.v2.ShortcutService/GetShortcut": true, "/slash.api.v2.CollectionService/GetCollectionByName": true, }