Skip to content

Commit 86aeeb8

Browse files
Change hosts accept from readWrite to read (#4058)
1 parent f7093f6 commit 86aeeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/algoliaSearchService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const useAlgoliaSearchService = (
128128
hosts: [
129129
{
130130
url: 'search.comfy.org/api/search',
131-
accept: 'readWrite',
131+
accept: 'read',
132132
protocol: 'https'
133133
}
134134
],

0 commit comments

Comments
 (0)