change routes blueprint
This commit is contained in:
parent
84d46c2088
commit
8e79c16ef2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue