This commit is contained in:
Anuj Sahu 2026-04-10 15:43:21 +05:30
parent 1cce9e7bb1
commit 71fa58e4d1

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