Feat: Home page content updated with new marketing images. DOG section styles updated for marketing materials.
This commit is contained in:
@@ -14,7 +14,7 @@ Home Page Controller.
|
||||
from business_objects.api import API
|
||||
from models.model_view_home import Model_View_Home
|
||||
# external
|
||||
from flask import render_template, jsonify, Blueprint
|
||||
from flask import render_template, jsonify, Blueprint, send_from_directory
|
||||
|
||||
|
||||
routes_core_home = Blueprint('routes_core_home', __name__)
|
||||
@@ -28,4 +28,4 @@ def home():
|
||||
except Exception as e:
|
||||
return jsonify(error=str(e)), 403
|
||||
return html_body
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user