第一次提交
This commit is contained in:
7
app/api/__init__.py
Normal file
7
app/api/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
# 创建API蓝图
|
||||
api_bp = Blueprint('api', __name__)
|
||||
|
||||
# 导入所有API路由
|
||||
from . import auth, product, version, license, device, ticket, statistics, settings, admin, log, user, order, package
|
||||
Reference in New Issue
Block a user