This commit is contained in:
Anuj Sahu 2026-04-10 15:14:13 +05:30
parent 9b4c1838d4
commit 1cce9e7bb1

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