rename file

This commit is contained in:
lelo 2025-03-20 18:20:32 +00:00
parent b2db11b709
commit 8ea8a456c7
2 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -539,7 +539,7 @@ def crawl_and_cache(start_relative_path):
@app.route('/<path:path>') @app.route('/<path:path>')
@require_secret @require_secret
def index(path): def index(path):
return render_template("browse.html") return render_template("app.html")
if __name__ == "__main__": if __name__ == "__main__":
app.run(debug=True, host='0.0.0.0') app.run(debug=True, host='0.0.0.0')