继续è°workflowï:调整目录结构

This commit is contained in:
zhengxinonly
2021-06-22 03:18:44 +08:00
parent d7c7237cd4
commit 05dff28523
43 changed files with 203 additions and 556 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from flask import Blueprint
index_bp = Blueprint('Index', __name__, url_prefix='/')
index_bp = Blueprint('index', __name__, url_prefix='/')
from . import index