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

fix

parent f09c4d15
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment