diff --git a/ckanext/d4science/views_routes/home.py b/ckanext/d4science/views_routes/home.py index e7d1356..a09280a 100644 --- a/ckanext/d4science/views_routes/home.py +++ b/ckanext/d4science/views_routes/home.py @@ -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 diff --git a/ckanext/d4science/views_routes/systemtype.py b/ckanext/d4science/views_routes/systemtype.py index 76f715a..1bb9a62 100644 --- a/ckanext/d4science/views_routes/systemtype.py +++ b/ckanext/d4science/views_routes/systemtype.py @@ -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