code update recorded at: 17/04/26 06:38:14

This commit is contained in:
Anuj Sahu 2026-04-17 06:38:14 +00:00
parent 97c08a8305
commit 54ff1a6ae2

View File

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