Compare commits
1 Commits
26-03-25-5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b4212a860 |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user