Revert "[Develop] Revert PR #1324"

This commit is contained in:
Matthew Taylor 2017-06-08 15:31:09 -04:00 committed by GitHub
parent ce234260b0
commit 69176fb572

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 +