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

Remove api fragments

parent 05c6f1af
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,6 @@ def create_app(config_name): ...@@ -37,9 +37,6 @@ def create_app(config_name):
from .admin import bp as admin_blueprint from .admin import bp as admin_blueprint
app.register_blueprint(admin_blueprint, url_prefix='/admin') app.register_blueprint(admin_blueprint, url_prefix='/admin')
from .api import bp as api_blueprint
app.register_blueprint(api_blueprint, url_prefix='/api')
from .auth import bp as auth_blueprint from .auth import bp as auth_blueprint
app.register_blueprint(auth_blueprint, url_prefix='/auth') app.register_blueprint(auth_blueprint, url_prefix='/auth')
......
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