diff --git a/api/controller.js b/api/controller.js index 949731c..890fa6f 100644 --- a/api/controller.js +++ b/api/controller.js @@ -42,3 +42,5 @@ exports.calculate = function(req, res) { res.json({ result: operation(req.query.operand1, req.query.operand2) }); }; + +//testing change