Update routes.py

This commit is contained in:
2025-09-05 20:45:00 +02:00
parent a2b13f3d32
commit e7cf9edde9

View File

@@ -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(