Skip to content

Commit

Permalink
Newline to test post method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Das committed Jan 15, 2015
1 parent feb1580 commit 653214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdcure.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_get():
@app.route('/test/', methods=['POST'])
def test_post():
if flask.request.method == 'POST':
return 'Successful POST'
return 'Successful POST\n'


## Debugging/running support.
Expand Down

0 comments on commit 653214a

Please sign in to comment.