Exemplo n.º 1
0
def reset():
    reset_db()
    return jsonify({"status": "ok", "message": "Nuked all the things"})
Exemplo n.º 2
0
def reset():
    """ Destroy the current database and create a new one. """
    reset_db()
Exemplo n.º 3
0
def reset():
    reset_db()
    return jsonify({'status': 'ok', 'message': 'Nuked all the things'})