mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-15 18:45:57 +00:00
Fixed a bad route in the admin page
This commit is contained in:
@@ -28,7 +28,7 @@ var HomebrewAdmin = React.createClass({
|
||||
|
||||
|
||||
fetchBrews : function(page){
|
||||
request.get('/homebrew/api/search')
|
||||
request.get('/api/search')
|
||||
.query({
|
||||
admin_key : this.props.admin_key,
|
||||
count : this.state.count,
|
||||
|
||||
Reference in New Issue
Block a user