Fixed typo in health endpoint api docs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
// This file was generated by swaggo/swag at
|
||||
// 2018-11-08 08:07:23.413198 +0800 CST m=+0.090593234
|
||||
// 2018-11-29 03:59:40.172197 +0800 CST m=+0.084842487
|
||||
|
||||
package docs
|
||||
|
||||
@@ -21,7 +21,7 @@ var doc = `{
|
||||
},
|
||||
"basePath": "/api",
|
||||
"paths": {
|
||||
"/api/health": {
|
||||
"/health": {
|
||||
"get": {
|
||||
"description": "OK",
|
||||
"summary": "Checks if the server is alive.",
|
||||
|
||||
Reference in New Issue
Block a user