We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575c060 commit e68a26bCopy full SHA for e68a26b
tests/src/test/standalone/README.md
@@ -59,7 +59,8 @@ curl -H "Content-Type:application/json" -X POST --data '@openwhisk-runtime-nodej
59
```
60
being the expected response.
61
62
-As mentioned above, if `port 80` on `localhost` was used, the command could simply be ```
+As mentioned above, if `port 80` on `localhost` was used, the command could simply be
63
+```
64
curl -H "Content-Type:application/json" -X POST --data '@openwhisk-runtime-nodejs/tests/src/test/standalone/helloworld/helloworld.json' http://localhost/init
65
66
0 commit comments