Skip to content

Commit

Permalink
call count
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jan 30, 2014
1 parent ee44c03 commit f6a7676
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ def call_complete_status():
def demo():
return render_template('demo.html')

@app.route('/count')
def count():
return db.session.query(Call).count()


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

0 comments on commit f6a7676

Please sign in to comment.