code update recorded at: 10/04/26 08:53:18

This commit is contained in:
Anuj Sahu 2026-04-10 08:53:18 +00:00
parent 846ff0934b
commit e5b505bca0

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: "Hdddello World" message: "Hdddeldddlo World"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout