Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit f8a9927

Browse files
authored
Update fauna-crud.js
1 parent 9a774b3 commit f8a9927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-templates/js/fauna-crud/fauna-crud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ exports.handler = async (event, context) => {
2424
return require('./delete').handler(event, context)
2525
}
2626
}
27-
return { statusCode: 500, body: 'unrecognized action' }
27+
return { statusCode: 500, body: 'unrecognized HTTP Method, must be one of GET/POST/PUT/DELETE' }
2828
}

0 commit comments

Comments
 (0)