fix(http): fix swagger health & ready

pull/13058/head
Kelvin Wang 2019-04-01 14:02:35 -04:00
parent 28b9e4fcfa
commit c09182d0cb
1 changed files with 4 additions and 0 deletions

View File

@ -1473,6 +1473,8 @@ paths:
schema:
$ref: "#/components/schemas/Error"
/ready:
servers:
- url: /
get:
tags:
- Ready
@ -1491,6 +1493,8 @@ paths:
schema:
$ref: "#/components/schemas/Error"
/health:
servers:
- url: /
get:
tags:
- Health