Example #1
0
def index(path):
    """Catch-all"""
    return render_template('base.html', stats=get_stats())
Example #2
0
def api_stats():
    return jsonify(get_stats())