Skip to content

Commit f3a4f5d

Browse files
committed
Update square.py
1 parent c8851f6 commit f3a4f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeitsuisse/routes/square.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def evaluate():
1313
inputValue = data.get("input");
1414
result = inputValue * inputValue
1515
logging.info("My result :{}".format(result))
16-
return jsonify(result);
16+
return json.dumps(result);
1717

1818

1919

0 commit comments

Comments
 (0)