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