Skip to content

Commit

Permalink
try count calls
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jan 30, 2014
1 parent f41b73d commit be2baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def demo():

@app.route('/count')
def count():
return call_count(db)
return jsonify(call_count(db))


@app.route('/stats')
Expand Down

0 comments on commit be2baf0

Please sign in to comment.