From 42969adea417da3e3cd6ff40591c03a6ad785bd8 Mon Sep 17 00:00:00 2001 From: chicham101 <56931969+chicham101@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:22:10 +0530 Subject: [PATCH] routes.py --- routes/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/routes.py b/routes/routes.py index c4073ca..4f0a6ac 100644 --- a/routes/routes.py +++ b/routes/routes.py @@ -19,7 +19,7 @@ def add(): res = { result: summation, meta: { - message: "sending addition of two numbers" + message: "sum of 2 nos is " } } return res