Flask中route装饰器的使用

在Flask构建的项目中我们通常会有如下代码: @api.route('/register', methods=['POST']) def create_client(): form = ClientForm().validate_for_api() promise = { ClientTypeEnum.USER_EMAIL: __register_user_by_
相关文章
相关标签/搜索