Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 0a40e9c

Browse files
committed
HTTP-Server: Correctly set the default path.
Signed-off-by: Guilherme Iscaro <guilherme.iscaro@intel.com>
1 parent 1893b4a commit 0a40e9c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/modules/flow/http-server/http-server.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"members": [
3232
{
3333
"data_type": "string",
34-
"default": "boolean",
34+
"default": "/boolean",
3535
"description": "The http path where it will be served",
3636
"name": "path"
3737
},
@@ -100,7 +100,7 @@
100100
"members": [
101101
{
102102
"data_type": "string",
103-
"default": "string",
103+
"default": "/string",
104104
"description": "The http path where it will be served",
105105
"name": "path"
106106
},
@@ -169,7 +169,7 @@
169169
"members": [
170170
{
171171
"data_type": "string",
172-
"default": "string",
172+
"default": "/int",
173173
"description": "The http path where it will be served",
174174
"name": "path"
175175
},
@@ -248,7 +248,7 @@
248248
"members": [
249249
{
250250
"data_type": "string",
251-
"default": "string",
251+
"default": "/float",
252252
"description": "The http path where it will be served",
253253
"name": "path"
254254
},
@@ -377,7 +377,7 @@
377377
"members": [
378378
{
379379
"data_type": "string",
380-
"default": "rgb",
380+
"default": "/rgb",
381381
"description": "The http path where it will be served",
382382
"name": "path"
383383
},
@@ -450,7 +450,7 @@
450450
"members": [
451451
{
452452
"data_type": "string",
453-
"default": "direction-vector",
453+
"default": "/direction-vector",
454454
"description": "The http path where it will be served",
455455
"name": "path"
456456
},

0 commit comments

Comments
 (0)