fixed one thing by myself
This commit is contained in:
parent
eedc354160
commit
abeef87d71
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue