Commit c8c2d665 authored by Ozzieisaacs's avatar Ozzieisaacs

Merge remote-tracking branch 'public_reconnect/master'

parents 1413f26c c4e3f367
......@@ -781,6 +781,12 @@ def get_tasks_status():
# ################################### Search functions ################################################################
@app.route("/reconnect")
def reconnect():
db.session.close()
db.engine.dispose()
db.setup_db()
return json.dumps({})
@web.route("/search", methods=["GET"])
@login_required_if_no_ano
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment