Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
HOTFIX Search to the right route (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahalwy committed May 27, 2016
1 parent c0c840a commit e59c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/modules/searchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function search(params) {
return {
types: [SEARCH, SEARCH_SUCCESS, SEARCH_FAIL],
schema: {results: arrayOf({ayah: ayahsSchema})},
promise: (client) => client.get('/search', { params }),
promise: (client) => client.get('/v2/search', { params }),
params
};
}
Expand Down

0 comments on commit e59c56b

Please sign in to comment.