minor changes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-08-21 01:00:10 +03:00
parent 09653c2fb2
commit e3545532e8
3 changed files with 9 additions and 6 deletions

View File

@@ -14,19 +14,19 @@ var (
HealthName = "Health"
HealthEndpoints = []api.Endpoint{
api.Endpoint{
{
Name: "Health.Live",
Path: []string{"/live"},
Method: []string{"GET"},
Handler: "rpc",
},
api.Endpoint{
{
Name: "Health.Ready",
Path: []string{"/ready"},
Method: []string{"GET"},
Handler: "rpc",
},
api.Endpoint{
{
Name: "Health.Version",
Path: []string{"/version"},
Method: []string{"GET"},