mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 09:02:44 +00:00
Homebrewery will now try and insert a better title for you if you dont provide one
This commit is contained in:
@@ -31,7 +31,6 @@ var HomePage = React.createClass({
|
||||
handleSave : function(){
|
||||
request.post('/api')
|
||||
.send({
|
||||
title : 'Change This',
|
||||
text : this.state.text
|
||||
})
|
||||
.end((err, res)=>{
|
||||
|
||||
Reference in New Issue
Block a user