fixed one thing by myself

This commit is contained in:
pika 2025-03-31 18:06:50 +02:00
parent eedc354160
commit abeef87d71

View file

@ -18,7 +18,7 @@ from flask_wtf import CSRFProtect
import markdown
from datetime import datetime
from flask import flash
from app.utils.app_utils import validate_port_data
from app.utils.app_utils import is_port_in_use
bp = Blueprint("api", __name__, url_prefix="/api")
csrf = CSRFProtect()