code update recorded at: 26/03/26 15:25:56

This commit is contained in:
Anuj Sahu 2026-03-26 15:25:56 +00:00
parent 4ebc629017
commit ef1058d79a

View File

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