code update recorded at: 20/04/26 07:56:50

This commit is contained in:
Anuj Sahu 2026-04-20 07:56:50 +00:00
parent e06cf1978b
commit 1517d5c3cb

View File

@ -3,7 +3,7 @@ export const handler = async (event, res) => {
try {
// Prepare the response JSON
const responseJson = {
message: "Hebbbllo World"
message: "env check World"
};
// Print the JSON response to stdout