Skip to content
Snippets Groups Projects
Commit 97fb8ded authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

fix

parent f09c4d15
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment