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