Feat(UI): Blog Home page as standalone view file.
This commit is contained in:
2
app.py
2
app.py
@@ -20,6 +20,7 @@ from config import app_config, Config
|
||||
from controllers.core.home import routes_core_home
|
||||
from controllers.core.contact import routes_core_contact
|
||||
from controllers.core.apply_founding_partner import routes_core_apply_founding_partner
|
||||
from controllers.blog.blog import routes_blog
|
||||
from controllers.dog.assessment import routes_dog_assessment
|
||||
from controllers.dog.button_icon import routes_dog_button_icon
|
||||
from controllers.dog.calendar_entry import routes_dog_calendar_entry
|
||||
@@ -124,6 +125,7 @@ with app.app_context():
|
||||
app.register_blueprint(routes_core_home)
|
||||
app.register_blueprint(routes_core_contact)
|
||||
app.register_blueprint(routes_core_apply_founding_partner)
|
||||
app.register_blueprint(routes_blog)
|
||||
app.register_blueprint(routes_dog)
|
||||
app.register_blueprint(routes_dog_command)
|
||||
app.register_blueprint(routes_dog_command_category)
|
||||
|
||||
Reference in New Issue
Block a user