blob: 06e9d28a057821eb1dd8f055fb0075d41c55d414 [file] [log] [blame]
GET http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"value": {
"name" : "nodejs-helloworld",
"main" : "main",
"binary": false,
"code" : "function main() {return {payload: 'Hello World!'};}",
}
}
###