We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8851f6 commit f3a4f5dCopy full SHA for f3a4f5d
codeitsuisse/routes/square.py
@@ -13,7 +13,7 @@ def evaluate():
13
inputValue = data.get("input");
14
result = inputValue * inputValue
15
logging.info("My result :{}".format(result))
16
- return jsonify(result);
+ return json.dumps(result);
17
18
19
0 commit comments