Compare commits

...

1 Commits

Author SHA1 Message Date
Kajal Thakur 4b4212a860 code update recorded at: 26/03/25 11:20:53 2025-03-26 11:20:53 +00:00

View File

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