From 31d42c8bbbdb324d628ae07c0972640df5e6c802 Mon Sep 17 00:00:00 2001 From: Jo Date: Wed, 21 Feb 2024 00:13:40 +0100 Subject: [PATCH] [routes] modify comment --- routes/apiRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/apiRoutes.js b/routes/apiRoutes.js index c133f02..1990fe4 100644 --- a/routes/apiRoutes.js +++ b/routes/apiRoutes.js @@ -2,7 +2,7 @@ const express = require("express"); const router = express.Router(); router.get("/", (req, res) => { - // API stuff goes here + // API stuff goes here :3 }); module.exports = router; \ No newline at end of file