From fd1ed1123e77d6bae39627e9706c9674a7dd66ba Mon Sep 17 00:00:00 2001 From: mdatif796 Date: Thu, 28 Sep 2023 11:39:02 +0530 Subject: [PATCH] checking github actions working --- controllers/userController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/userController.js b/controllers/userController.js index b257c28..399addf 100644 --- a/controllers/userController.js +++ b/controllers/userController.js @@ -5,7 +5,7 @@ const env = require("../config/environment"); module.exports.healthCheck = (req, res) => { return res.status(200).json({ success: true, - message: "health", + message: "health check up", }); };