mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Update editPage.jsx
This commit is contained in:
committed by
Trevor Buckner
parent
50cc757a5c
commit
63ad8b3411
@@ -134,7 +134,7 @@ const EditPage = createClass({
|
||||
}));
|
||||
|
||||
request
|
||||
.put(`/api/update/${this.props.brew.editId}`)
|
||||
.put(`/api/${this.props.brew.editId}`)
|
||||
.send(this.state.brew)
|
||||
.end((err, res)=>{
|
||||
if(err){
|
||||
|
||||
Reference in New Issue
Block a user