Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanBayoumi committed Jul 22, 2023
1 parent 4fa0b7a commit 64d024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Controller, Get } from '@nestjs/common';
@Controller()
export class AppController {
@Get('/health-check')
helthCheck(): { status: string } {
healthCheck(): { status: string } {
return { status: 'ok' };
}

Expand Down

0 comments on commit 64d024f

Please sign in to comment.