04/27 Fixed some issues

This commit is contained in:
2026-04-27 13:36:30 -04:00
parent ff0650e1d9
commit 821cd929f1
7 changed files with 75 additions and 10 deletions
+3
View File
@@ -1,3 +1,4 @@
import logging
from flask import Blueprint, render_template
from flask_login import login_required, current_user
from app import db
@@ -13,6 +14,8 @@ from app.utils.time_utils import now_eastern
bp = Blueprint('dashboard', __name__)
logger = logging.getLogger(__name__)
@bp.route('/')
@bp.route('/dashboard')