From 7632fca719373914c21e920c795873f557639394 Mon Sep 17 00:00:00 2001 From: Pragati-create <58432412+Pragati-create@users.noreply.github.com> Date: Mon, 2 Dec 2019 20:18:15 +0530 Subject: [PATCH] routes.py added a comment --- routes/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/routes.py b/routes/routes.py index c4073ca..6f89b0b 100644 --- a/routes/routes.py +++ b/routes/routes.py @@ -6,7 +6,7 @@ def check(): return "Congratulations! Your app works. :)" - +#hicomment @router.route("/add", methods=["POST"]) def add(): # Add logic here