使用flask-restful实现数据校验与序列化2

This commit is contained in:
zhengxinonly
2021-06-27 15:33:13 +08:00
parent b8870d4c33
commit e9bd8a17a0
18 changed files with 138 additions and 1635 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ rights_bp = Blueprint('rights', __name__, url_prefix='/rights')
rights_api = Api(rights_bp)
from . import routes
from . import view
from . import right
def register_rights_view(app: Flask):