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