From f59f483fad5e0fc10fb44b690b0168dc1116e823 Mon Sep 17 00:00:00 2001 From: VANDEMATARAM <46159712+VANDEMATARAM@users.noreply.github.com> Date: Wed, 16 Oct 2019 12:14:43 +0530 Subject: [PATCH] Update routes.py --- routes/routes.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/routes/routes.py b/routes/routes.py index 2374c2d..f2d2681 100644 --- a/routes/routes.py +++ b/routes/routes.py @@ -6,7 +6,13 @@ def check(): return "Congratulations! Your app works. :)" +# copied text + +@router.route("/hello") +def hello(): + return "hackotberfeast :)" + @router.route("/add", methods=["POST"]) def add(): # Add logic here - return \ No newline at end of file + return