Merge pull request #1324 from mewtaylor/issue/api-250

For api-250: Change explore endpoint
This commit is contained in:
Matthew Taylor 2017-05-24 14:03:36 -04:00 committed by GitHub
commit 949a166c0f

View file

@ -70,7 +70,7 @@ var Explore = injectIntl(React.createClass({
var qText = '&q=' + this.props.acceptableTabs[this.props.category] || '*';
api({
uri: '/search/' + this.props.itemType +
uri: '/explore/' + this.props.itemType +
'?limit=' + this.props.loadNumber +
'&offset=' + this.state.offset +
'&language=' + this.props.intl.locale +