Fixed typo in health endpoint api docs.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"basePath": "/api",
|
||||
"paths": {
|
||||
"/api/health": {
|
||||
"/health": {
|
||||
"get": {
|
||||
"description": "OK",
|
||||
"summary": "Checks if the server is alive.",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user