diff --git a/files.py b/files.py index ed71665..6f1508c 100644 --- a/files.py +++ b/files.py @@ -159,6 +159,13 @@ def forcescan(): st.SetMessage("force scan & rebuild data for files in: Job #{} (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