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

Commit

Permalink
ready endpoint comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Jun 27, 2024
1 parent 295796b commit a7fdd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/health.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class HealthController {
};
}

// Live endpoint
// Ready endpoint
// eslint-disable-next-line class-methods-use-this
@Get('readyz')
@HttpCode(HttpStatus.OK)
Expand Down

0 comments on commit a7fdd59

Please sign in to comment.