Skip to content
Snippets Groups Projects
Commit 1c03bd0e authored by Tae Hoon's avatar Tae Hoon
Browse files

add resolve param to user search api request

parent 79d39356
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ const search = ({query, store}) => {
store,
url: '/api/v1/accounts/search',
params: {
q: query
q: query,
resolve: true
}
})
.then((data) => data.json())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment