[update]: Rac check response

This commit was merged in pull request #9.
This commit is contained in:
VivianDee
2025-06-05 12:47:32 +01:00
parent 8c73fe48c5
commit b674b6e6f0
3 changed files with 95 additions and 39 deletions
+2 -2
View File
@@ -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