From b567f8d2b7f2b72b59b1ed424b97abf24d20de19 Mon Sep 17 00:00:00 2001 From: Ruturajn <56625259+Ruturajn@users.noreply.github.com> Date: Wed, 16 Oct 2019 12:29:33 +0530 Subject: [PATCH] Update routes.py --- routes/routes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/routes/routes.py b/routes/routes.py index 2374c2d..8ce220b 100644 --- a/routes/routes.py +++ b/routes/routes.py @@ -5,8 +5,11 @@ @router.route("/check") def check(): return "Congratulations! Your app works. :)" +@router.route("/hello") +def hello(): + return "Coions!ur app works. :)" @router.route("/add", methods=["POST"]) def add(): # Add logic here - return \ No newline at end of file + return