0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Send entire brew to HomePage save function

This commit is contained in:
G.Ambatte
2022-10-09 11:55:05 +13:00
parent a3c7e2f807
commit ed65d0c922

View File

@@ -38,9 +38,7 @@ const HomePage = createClass({
},
handleSave : function(){
request.post('/api')
.send({
text : this.state.brew.text
})
.send(this.state.brew)
.end((err, res)=>{
if(err) return;
const brew = res.body;