0
0
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:
Timothy Cyrus
2020-04-14 11:54:07 -04:00
committed by Trevor Buckner
parent 50cc757a5c
commit 63ad8b3411

View File

@@ -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){