mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-29 18:59:59 +00:00
Update routes.py
This commit is contained in:
@@ -2,7 +2,7 @@ from flask import Blueprint, render_template, abort, jsonify, send_file, json
|
||||
from typing import cast, Optional, Any
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from config import timeout
|
||||
from ..models import service, log
|
||||
from .models import service, log
|
||||
from app import app, db
|
||||
|
||||
bp = Blueprint(
|
||||
|
||||
Reference in New Issue
Block a user