mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-23 14:01:56 +00:00
Plugin debugging
This commit is contained in:
@@ -5,6 +5,7 @@ from flask_menu import register_menu
|
|||||||
def init_app(app):
|
def init_app(app):
|
||||||
"""Initialize application."""
|
"""Initialize application."""
|
||||||
|
|
||||||
|
@app.route("/amdmodel_landing")
|
||||||
@register_menu(app, ".main.amdmodel", "About AM-D-Model")
|
@register_menu(app, ".main.amdmodel", "About AM-D-Model")
|
||||||
def redirect_to_amdmodel():
|
def redirect_to_amdmodel():
|
||||||
"""Redirect to the AM-D-Model website."""
|
"""Redirect to the AM-D-Model website."""
|
||||||
|
|||||||
Reference in New Issue
Block a user