blob: d9fef7b0a9696234c5e9e1e6633a0464b2b134e3 [file] [log] [blame]
POST http://localhost:8080/init HTTP/1.1
content-type: application/json
{
"value": {
"name" : "nodejs-helloworld-with-params-from-env",
"main" : "main",
"binary": false,
"code" : "function main() {return {payload: 'Hello ' + process.env.NAME + ' from ' + process.env.PLACE + '!'};}"
}
}
###