Update editPage.jsx

This commit is contained in:
Timothy Cyrus
2020-04-16 20:24:01 -04:00
committed by Trevor Buckner
parent 50cc757a5c
commit 63ad8b3411
+1 -1
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){