mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
fix
This commit is contained in:
parent
f09c4d15f6
commit
97fb8ded9a
@ -48,7 +48,4 @@ def create_app(config_name):
|
||||
from .services import services as services_blueprint
|
||||
app.register_blueprint(services_blueprint, url_prefix='/services')
|
||||
|
||||
from .test import test as test_blueprint
|
||||
app.register_blueprint(test_blueprint, url_prefix='/test')
|
||||
|
||||
return app
|
||||
|
Loading…
Reference in New Issue
Block a user