Merge pull request #1338 from rschamp/revert-explore

[Develop] Revert PR #1324
This commit is contained in:
Ray Schamp 2017-06-02 14:28:43 -04:00 committed by GitHub
commit ce234260b0

View file

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