Changed gallery url

This commit is contained in:
Djeex
2025-08-19 19:42:36 +02:00
parent e9a3a5a189
commit f6e6a11fc1
2 changed files with 5 additions and 1 deletions

View File

@ -69,6 +69,11 @@ def index():
return render_template("index.html")
# --- Gallery & Hero API ---
@app.route("/gallery-editor")
def gallery_editor():
"""Render gallery editor page."""
return render_template("gallery-editor/index.html")
@app.route("/api/gallery", methods=["GET"])
def get_gallery():
"""Get gallery images."""