From 941890c55f07a4e840264fb6caf75a9f5846ceca Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 7 Feb 2021 20:42:59 +1100 Subject: [PATCH] placholder for move_files route --- files.py | 7 +++++++ 1 file changed, 7 insertions(+) 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