mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-17 20:55:28 +00:00
fix: public shortcuts not showing up in public collections (#63)
This commit is contained in:
parent
194571e132
commit
eaf9113c92
@ -10,6 +10,7 @@ var allowedMethodsWhenUnauthorized = map[string]bool{
|
|||||||
"/slash.api.v2.AuthService/SignOut": true,
|
"/slash.api.v2.AuthService/SignOut": true,
|
||||||
"/memos.api.v2.AuthService/GetAuthStatus": true,
|
"/memos.api.v2.AuthService/GetAuthStatus": true,
|
||||||
"/slash.api.v2.ShortcutService/GetShortcutByName": true,
|
"/slash.api.v2.ShortcutService/GetShortcutByName": true,
|
||||||
|
"/slash.api.v2.ShortcutService/GetShortcut": true,
|
||||||
"/slash.api.v2.CollectionService/GetCollectionByName": true,
|
"/slash.api.v2.CollectionService/GetCollectionByName": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user