1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Hashtag done

This commit is contained in:
Zhiyuan Zheng
2020-12-04 01:17:10 +01:00
parent 5866d016bc
commit fcaea5b8d9
9 changed files with 424 additions and 334 deletions

View File

@ -19,5 +19,9 @@ export const searchFetch = async (
endpoint: 'search',
query: { type, q: term, limit }
})
console.log('search query')
console.log({ type, q: term, limit })
console.log('search result')
console.log(res.body)
return Promise.resolve(res.body)
}