code update recorded at: 16/12/25 10:36:19
This commit is contained in:
parent
ab21744768
commit
242e6c07b7
|
|
@ -3,7 +3,7 @@ export const handler = async (event, res) => {
|
||||||
try {
|
try {
|
||||||
// Prepare the response JSON
|
// Prepare the response JSON
|
||||||
const responseJson = {
|
const responseJson = {
|
||||||
message: "Hello World"
|
message: "Hello World"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Print the JSON response to stdout
|
// Print the JSON response to stdout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user