mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Change hosts accept from readWrite to read (#4058)
This commit is contained in:
@@ -128,7 +128,7 @@ export const useAlgoliaSearchService = (
|
|||||||
hosts: [
|
hosts: [
|
||||||
{
|
{
|
||||||
url: 'search.comfy.org/api/search',
|
url: 'search.comfy.org/api/search',
|
||||||
accept: 'readWrite',
|
accept: 'read',
|
||||||
protocol: 'https'
|
protocol: 'https'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user