From a198fcce4d5c05f794669ec6bf4d00cf2dee7b9f Mon Sep 17 00:00:00 2001 From: chicham101 <56931969+chicham101@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:20:40 +0530 Subject: [PATCH] route.js --- routes/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/route.js b/routes/route.js index eacbb2d..553a280 100644 --- a/routes/route.js +++ b/routes/route.js @@ -3,7 +3,7 @@ const express = require("express"); const router = express.Router(); router.get("/check", (req, res) => { - res.send("Congratulations! Your app works! :)"); + res.send("Congratulations! Your app works as required! :)"); }); router.post("add", (req, res) => {