change routes blueprint

This commit is contained in:
Alessio Fabrizio 2024-10-15 17:25:41 +02:00
parent 84d46c2088
commit 8e79c16ef2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from collections import OrderedDict
d4science_home = Blueprint("d4science_home", __name__)
#@d4science_home.route("/catalog")
@d4science_home.route("/")
@d4science_home.route("/d4science_home")
def index():
try:
# package search

View File

@ -12,7 +12,7 @@ from collections import OrderedDict
d4s_type_blueprint = Blueprint('d4s_type', __name__)
@d4s_type_blueprint.route('/')
@d4s_type_blueprint.route('/d4s_type')
def index():
try:
# package search