Skip to content
Snippets Groups Projects
Commit b0d3bce1 authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch 'patch-2' into 'develop'

update search endpoint

See merge request !164
parents 4efde04a 5bc1cbc4
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