Add warning if HTTP In node is missing path config

This commit is contained in:
Nick O'Leary
2015-09-24 10:06:25 +01:00
parent d96b6e77c0
commit 66ec9bae27
2 changed files with 5 additions and 0 deletions

View File

@@ -269,6 +269,7 @@
"httpreq": "http request",
"errors": {
"not-created": "Cannot create http-in node when httpNodeRoot set to false",
"missing-path": "missing path",
"no-response": "No response object",
"json-error": "JSON parse error",
"no-url": "No url specified"