Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
feat: introduce endpoint probe
Browse files Browse the repository at this point in the history
  • Loading branch information
shsma committed Nov 22, 2024
1 parent 168fe4b commit d4aeced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/swagger/v1/jdbc-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
- health
summary: Readiness check
description: Checks if the model schema can be retrieved successfully.
operationId: readinessCheck
operationId: getReadyz
produces:
- application/json
responses:
Expand Down
2 changes: 1 addition & 1 deletion common/swagger/v1/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
- health
summary: Readiness check
description: Checks if the model schema can be retrieved successfully.
operationId: readinessCheck
operationId: getReadyz
produces:
- application/json
responses:
Expand Down

0 comments on commit d4aeced

Please sign in to comment.