Skip to content

Commit

Permalink
restore old style
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Mar 28, 2024
1 parent 1b55ed6 commit 8b5f153
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions openapi/openapi-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,37 +570,6 @@
}
}
}
},
"/actuator/health/**": {
"get": {
"tags": [
"Actuator"
],
"summary": "Actuator web endpoint 'health-path'",
"operationId": "health-path",
"responses": {
"200": {
"description": "OK",
"content": {
"application/vnd.spring-boot.actuator.v3+json": {
"schema": {
"type": "object"
}
},
"application/vnd.spring-boot.actuator.v2+json": {
"schema": {
"type": "object"
}
},
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
}
},
"components": {
Expand Down

0 comments on commit 8b5f153

Please sign in to comment.