[update]: Rac check response
This commit was merged in pull request #9.
This commit is contained in:
@@ -80,8 +80,8 @@ class RACCheckService:
|
||||
"racResponse": rac_response
|
||||
}
|
||||
|
||||
response_schema = RACCheckResponseSchema()
|
||||
result = response_schema.dump(full_response)
|
||||
# response_schema = RACCheckResponseSchema()
|
||||
result = full_response
|
||||
|
||||
return jsonify(result), 200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user