code update recorded at: 27/04/26 05:25:49

This commit is contained in:
Anuj Sahu 2026-04-27 05:25:49 +00:00
parent 885be72152
commit 51184c49b8

View File

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