We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7f7be commit 095f709Copy full SHA for 095f709
backEnd/src/controllers/healthcheck.controller.ts
@@ -7,7 +7,7 @@ const healthcheck = asyncHandler(async (req: Request, res: Response) => {
7
const response = new ApiResponse({
8
statusCode: 200,
9
data: a,
10
- message: "Everything is alright"
+ message: "Everything is fine!"
11
});
12
return res
13
.status(response.statusCode)
0 commit comments