Skip to content

Commit

Permalink
checking github actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
mdatif796 committed Sep 28, 2023
1 parent 9711957 commit fd1ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/userController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
};

Expand Down

0 comments on commit fd1ed11

Please sign in to comment.