Fixed typo in health endpoint api docs.

This commit is contained in:
Patrick Connolly
2018-11-29 04:04:44 +08:00
parent e98db116cf
commit 77a932edb8
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
},
"basePath": "/api",
"paths": {
"/api/health": {
"/health": {
"get": {
"description": "OK",
"summary": "Checks if the server is alive.",

View File

@@ -71,7 +71,7 @@ info:
url: https://github.com/42wim/matterbridge/blob/master/LICENSE
title: Matterbridge API
paths:
/api/health:
/health:
get:
description: OK
responses: