Skip to content

Commit 59af5f5

Browse files
authored
Update backendInstancesExample file with contextPath (#120)
1 parent 62461c4 commit 59af5f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[
22
{
3-
"path": "",
3+
"contextPath": "",
44
"port": "8091",
55
"name": "test",
66
"host": "localhost",
77
"https": false,
88
"defaultBackend": false
99
},
1010
{
11-
"path": "eiffel",
11+
"contextPath": "eiffel",
1212
"port": "8091",
1313
"name": "source",
1414
"host": "localhost",
1515
"https": false,
1616
"defaultBackend": false
1717
}
18-
]
18+
]

0 commit comments

Comments
 (0)