feat:添加服务进程管理
This commit is contained in:
4
router/api.py
Normal file
4
router/api.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from flask import Blueprint
|
||||
|
||||
api_bp = Blueprint('api', __name__)
|
||||
|
||||
Reference in New Issue
Block a user