This commit is contained in:
Anuj Sahu 2026-04-10 14:53:21 +05:30
parent 0a07d5edb8
commit 1530735871

View File

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