Skip to content

Commit 095f709

Browse files
committed
testing CI/CD (2)
1 parent 1a7f7be commit 095f709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backEnd/src/controllers/healthcheck.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const healthcheck = asyncHandler(async (req: Request, res: Response) => {
77
const response = new ApiResponse({
88
statusCode: 200,
99
data: a,
10-
message: "Everything is alright"
10+
message: "Everything is fine!"
1111
});
1212
return res
1313
.status(response.statusCode)

0 commit comments

Comments
 (0)