Skip to content

Commit

Permalink
[FAB-4209] Fix JSON error in swagger doc
Browse files Browse the repository at this point in the history
The swagger doc has a JSON error in it and so doesn't work when
pasted into a swagger editor.  This fixes the error.

Change-Id: I84e7985c7f9756777a8f9fc5b4f979b95e813bd7
Signed-off-by: Keith Smith <bksmith@us.ibm.com>
  • Loading branch information
Keith Smith committed May 30, 2017
1 parent ac2ee79 commit 0f73bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger/swagger-fabric-ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"null"
],
"description": "Name of the CA to direct traffic to within server."
},
},
}
}
}
}
],
Expand Down Expand Up @@ -588,7 +588,7 @@
],
"description": "Name of the CA to direct traffic to within server."
}
},
}
}
}
],
Expand Down

0 comments on commit 0f73bdc

Please sign in to comment.