We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba5cf4 commit 20900acCopy full SHA for 20900ac
src/controllers/admin-controller/default.controller.ts
@@ -12,10 +12,10 @@ export class DefaultController {
12
return "OS2IoT backend - See /api/v1/docs for Swagger";
13
}
14
15
- @Get("/heathcheck")
+ @Get("/healthcheck")
16
@ApiOkResponse()
17
@ApiInternalServerErrorResponse()
18
- getHeathCheck(): string {
+ getHealthCheck(): string {
19
const isKafkaOk = this.healthCheckService.isKafkaOk();
20
// This is the healthcheck for k8s
21
if (!isKafkaOk) {
0 commit comments