Skip to content

Commit 813938f

Browse files
committed
Fix json!
1 parent aa80ac8 commit 813938f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

my_data.con.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"request": {
3-
"http_method": "get"
4-
"path": "/my/data"
3+
"http_method": "get",
4+
"path": "/my/data",
55
"meta": {
66
"request": {
77

0 commit comments

Comments
 (0)