This commit is contained in:
Anuj Sahu 2026-04-10 15:11:45 +05:30
parent 1530735871
commit 9b4c1838d4

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 Wodddrld" message: "Hello Woddfhfghdrld"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout