diff --git a/routes/routes.py b/routes/routes.py index c4073ca..f880f47 100644 --- a/routes/routes.py +++ b/routes/routes.py @@ -4,7 +4,7 @@ @router.route("/check") def check(): - return "Congratulations! Your app works. :)" + return "HACKTOBER FEST ROCKS...)" @router.route("/add", methods=["POST"])