Add README to NodeJS env

This commit is contained in:
Soam Vasani
2017-02-08 16:43:19 -08:00
parent 4046c811b1
commit d0ad377d72
2 changed files with 51 additions and 0 deletions
+6
View File
@@ -80,6 +80,12 @@ app.all('/', function (req, res) {
res.status(status).send(body);
}
try {
//
// Customizing the request context
//
// If you want to modify the context to add anything to it,
// you can do that here by adding properties to the context.
//
userFunction(context, callback);
} catch(e) {
console.log(`Function error: ${e}`);