rename file
This commit is contained in:
parent
b2db11b709
commit
8ea8a456c7
2
app.py
2
app.py
@ -539,7 +539,7 @@ def crawl_and_cache(start_relative_path):
|
||||
@app.route('/<path:path>')
|
||||
@require_secret
|
||||
def index(path):
|
||||
return render_template("browse.html")
|
||||
return render_template("app.html")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True, host='0.0.0.0')
|
||||
Loading…
x
Reference in New Issue
Block a user