新增api接口

This commit is contained in:
MarkusJoe
2022-04-09 10:55:27 +08:00
parent 9abc73962b
commit ec6ed77404
3 files changed
+125 -3

No files matched your search

+8 -1
View File
@@ -3,4 +3,11 @@
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2022/4/9
# @File Name: __init__.py.py
# @File Name: __init__.py.py
from flask import Blueprint
api = Blueprint('api', __name__)
from . import views, errors