First working version of plugin

This commit is contained in:
2025-05-08 13:05:04 +01:00
parent 83e21e61a3
commit 41aec68694
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ from flask_menu import register_menu
def init_app(app):
"""Initialize application."""
@app.route("/amdmodel_landing")
@app.route("/amdmodel")
@register_menu(app, ".main.amdmodel", "About AM-D-Model")
def redirect_to_amdmodel():
"""Redirect to the AM-D-Model website."""

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="custom_invenio_plugin",
version="0.1.0",
version="1.0.0",
packages=["custom_invenio_plugin"],
entry_points={
"invenio_base.apps": [