From 6b84c9708342716b5aabd015f42fb6b46088af19 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 2 Feb 2024 17:05:41 -0600 Subject: Fix bluepring registering --- src/controllers/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/controllers/__init__.py') diff --git a/src/controllers/__init__.py b/src/controllers/__init__.py index d9ad692..0fa79a7 100644 --- a/src/controllers/__init__.py +++ b/src/controllers/__init__.py @@ -1,3 +1,2 @@ -from flask import Blueprint, current_app - -dashboard_blueprint = Blueprint('dashboard_controller', '__dashboard_controller__') +import src.controllers.comments_controller +import src.controllers.dashboard_controller -- cgit v1.2.3