mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-10-07 17:51:12 +08:00
change docs
This commit is contained in:
32
docs/docs.go
32
docs/docs.go
@@ -253,6 +253,38 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"/codes": {
|
||||
"get": {
|
||||
"description": "list error codes info",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"system"
|
||||
],
|
||||
"summary": "list error codes info",
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/config": {
|
||||
"get": {
|
||||
"description": "show config info",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"system"
|
||||
],
|
||||
"summary": "show config info",
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/health": {
|
||||
"get": {
|
||||
"description": "check health",
|
||||
|
Reference in New Issue
Block a user