placholder for move_files route
This commit is contained in:
7
files.py
7
files.py
@@ -159,6 +159,13 @@ def forcescan():
|
||||
st.SetMessage("force scan & rebuild data for files in: <a href=/job/{}>Job #{}</a> (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
|
||||
|
||||
Reference in New Issue
Block a user