Finally fix history (#187)
This commit is contained in:
4
app.py
4
app.py
@@ -23,7 +23,6 @@ from urllib.parse import urlparse
|
||||
# Import Celery configuration and manager
|
||||
from routes.utils.celery_manager import celery_manager
|
||||
from routes.utils.celery_config import REDIS_URL
|
||||
from routes.utils.history_manager import init_history_db
|
||||
|
||||
|
||||
# Configure application-wide logging
|
||||
@@ -150,9 +149,6 @@ def create_app():
|
||||
# Set up CORS
|
||||
CORS(app)
|
||||
|
||||
# Initialize databases
|
||||
init_history_db()
|
||||
|
||||
# Register blueprints
|
||||
app.register_blueprint(config_bp, url_prefix="/api")
|
||||
app.register_blueprint(search_bp, url_prefix="/api")
|
||||
|
||||
Reference in New Issue
Block a user