import
This commit is contained in:
@@ -50,7 +50,7 @@ def create_app(config_name=None):
|
||||
init_oauth(app)
|
||||
|
||||
# Register blueprints
|
||||
from backend.routes import questions, games, teams, admin, categories, download_jobs, auth
|
||||
from backend.routes import questions, games, teams, admin, categories, download_jobs, auth, export_import
|
||||
app.register_blueprint(auth.bp)
|
||||
app.register_blueprint(questions.bp)
|
||||
app.register_blueprint(games.bp)
|
||||
@@ -58,6 +58,7 @@ def create_app(config_name=None):
|
||||
app.register_blueprint(admin.bp)
|
||||
app.register_blueprint(categories.bp)
|
||||
app.register_blueprint(download_jobs.bp)
|
||||
app.register_blueprint(export_import.bp)
|
||||
|
||||
# Register socket events
|
||||
from backend.sockets import events
|
||||
|
||||
Reference in New Issue
Block a user