update
This commit is contained in:
@@ -9,6 +9,7 @@ from routes.ollama_routes import ollama_bp
|
||||
from routes.newsletter_routes import newsletter_bp
|
||||
from routes.tracking_routes import tracking_bp
|
||||
from routes.analytics_routes import analytics_bp
|
||||
from routes.admin_routes import admin_bp
|
||||
|
||||
# Initialize Flask app
|
||||
app = Flask(__name__)
|
||||
@@ -25,6 +26,7 @@ app.register_blueprint(ollama_bp)
|
||||
app.register_blueprint(newsletter_bp)
|
||||
app.register_blueprint(tracking_bp)
|
||||
app.register_blueprint(analytics_bp)
|
||||
app.register_blueprint(admin_bp)
|
||||
|
||||
# Health check endpoint
|
||||
@app.route('/health')
|
||||
|
||||
Reference in New Issue
Block a user