-
Notifications
You must be signed in to change notification settings - Fork 1
/
.flows.json.backup
67 lines (67 loc) · 1.35 KB
/
.flows.json.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"id": "633262fa0d86b337",
"type": "tab",
"label": "Simple API",
"disabled": false,
"info": "",
"env": []
},
{
"id": "84705932569f66b1",
"type": "http in",
"z": "633262fa0d86b337",
"name": "",
"url": "/helloWorld",
"method": "get",
"upload": false,
"swaggerDoc": "",
"x": 260,
"y": 280,
"wires": [
[
"b259185661602723"
]
]
},
{
"id": "bef8d5f8b088e001",
"type": "http response",
"z": "633262fa0d86b337",
"name": "",
"statusCode": "200",
"headers": {
"status": "success"
},
"x": 920,
"y": 360,
"wires": []
},
{
"id": "b259185661602723",
"type": "change",
"z": "633262fa0d86b337",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "{hello:world}",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 530,
"y": 320,
"wires": [
[
"bef8d5f8b088e001"
]
]
}
]