Skip to content

Commit

Permalink
feat: helth check
Browse files Browse the repository at this point in the history
  • Loading branch information
de-novo committed May 9, 2024
1 parent 2814235 commit df30746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ export class AppController {
getHello(): string {
return this.appService.getHello();
}

@Get('/health')
health() {
return { status: 'ok' };
}
}

0 comments on commit df30746

Please sign in to comment.