Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1150,6 +1150,10 @@ def create_app(config: AppConfig = CONFIG) -> Flask:
|
||||
def graph_page():
|
||||
return send_from_directory(app.static_folder, "graph.html")
|
||||
|
||||
@app.route("/notes")
|
||||
def notes_page():
|
||||
return send_from_directory(app.static_folder, "notes.html")
|
||||
|
||||
@app.route("/static/<path:filename>")
|
||||
def static_files(filename: str):
|
||||
return send_from_directory(app.static_folder, filename)
|
||||
|
||||
Reference in New Issue
Block a user