Skip to content

Commit 988efda

Browse files
committed
feat: update get-data response
1 parent 2865427 commit 988efda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/get-data/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports.lambdaHandler = async (event, context) => {
66
response = {
77
'statusCode': 200,
88
'body': JSON.stringify({
9-
message: 'hello world',
9+
message: 'get data',
1010
// location: ret.data.trim()
1111
})
1212
}

0 commit comments

Comments
 (0)