Compare commits
No commits in common. "main" and "22-04-26-8aabe1" have entirely different histories.
main
...
22-04-26-8
|
|
@ -3,7 +3,7 @@ export const handler = async (event, res) => {
|
|||
try {
|
||||
// Prepare the response JSON
|
||||
const responseJson = {
|
||||
message: "Helfcgvvglo World"
|
||||
message: "Hello World"
|
||||
};
|
||||
|
||||
// Print the JSON response to stdout
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user