opt
All checks were successful
Docker Deploy / build-and-deploy (push) Successful in 21s

This commit is contained in:
sam
2026-02-06 11:38:13 +00:00
parent 89d1b15543
commit 1e78d99624

2
app.py
View File

@@ -26,7 +26,7 @@ def get_file_info(filepath):
def index(): def index():
"""Serves the main UI.""" """Serves the main UI."""
# Default to current working directory # Default to current working directory
start_path = os.getcwd() # start_path = os.getcwd()
return render_template('index.html', start_path='/toor') return render_template('index.html', start_path='/toor')
@app.route('/api/scan') @app.route('/api/scan')