diff --git a/routes/route.js b/routes/route.js index 23e4da9..a68c33b 100644 --- a/routes/route.js +++ b/routes/route.js @@ -8,6 +8,7 @@ router.get("/check", (req, res) => { router.post("add", (req, res) => { // Add logic here + res.send("i want freeeee tshirt and swags"); }); router.post("/power", (req, res) => {