Compare commits

...

1 Commits

Author SHA1 Message Date
anujsahu@gofynd.com f7ea399c69 edited via claude 2026-04-27 08:12:15 +00:00

2
handler.js Normal file → Executable file
View File

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