Skip to content

Commit

Permalink
Merge pull request #193 from alwinsimon/v2
Browse files Browse the repository at this point in the history
Minor fix in health route response.
  • Loading branch information
alwinsimon authored Jul 23, 2024
2 parents 73a9b60 + 924e72e commit 9f2568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/adminController.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const healthStatusGET = (req, res) => {
const formattedDate = currentDate.toLocaleString("en-US", options);

res.status(200).json({
status: `${process.env.APPLICATION_NAME} and Systems are Up & Running.`,
status: `${process.env.PLATFORM_NAME} Server and Systems are Up & Running.`,
dateTime: formattedDate,
});

Expand Down

0 comments on commit 9f2568f

Please sign in to comment.