mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1345 from LLK/revert-1339-revert-explore
Revert "[Master] Revert PR #1324"
This commit is contained in:
commit
32de8170b1
1 changed files with 1 additions and 1 deletions
|
@ -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 +
|
||||
|
|
Loading…
Reference in a new issue