placholder for move_files route

This commit is contained in:
2021-02-07 20:42:59 +11:00
parent 1795e91126
commit 941890c55f

View File

@@ -159,6 +159,13 @@ def forcescan():
st.SetMessage("force scan & rebuild data for files in:&nbsp;<a href=/job/{}>Job #{}</a>&nbsp;(Click the link to follow progress)".format( job.id, job.id) )
return render_template("base.html")
@app.route("/move_files", methods=["POST"])
def move_files():
st.SetAlert("warning")
st.SetMessage("Not Yet!")
return render_template("base.html")
################################################################################
# /static -> returns the contents of any file referenced inside /static.
# we create/use symlinks in static/ to reference the images to show