Fix API typo: /get-global-certs

This commit is contained in:
Yang Luo
2023-11-13 14:22:40 +08:00
parent 2d4998228c
commit e9b7d1266f
7 changed files with 14 additions and 14 deletions

View File

@ -2023,13 +2023,13 @@
}
}
},
"/api/get-globle-certs": {
"/api/get-global-certs": {
"get": {
"tags": [
"Cert API"
],
"description": "get globle certs",
"operationId": "ApiController.GetGlobleCerts",
"operationId": "ApiController.GetGlobalCerts",
"responses": {
"200": {
"description": "The Response object",