Skip to content
Snippets Groups Projects
Commit 5bc1cbc4 authored by good-karma's avatar good-karma
Browse files

update search endpoint

parent c6891d5b
No related branches found
No related tags found
2 merge requests!168Develop,!164update search endpoint
......@@ -328,7 +328,7 @@ export default function useGeneralApi(app) {
if (!checkCSRF(this, csrf)) return;
try {
const searchResult = yield fetch(
'https://api.search.esteem.app/search',
'https://api.hivesearcher.com/search',
passThrough
);
const resultJson = yield searchResult.json();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment