Skip to content

feat(health): add health check module#54

Open
jusemarinho wants to merge 8 commits into
masterfrom
feat/module-health-check
Open

feat(health): add health check module#54
jusemarinho wants to merge 8 commits into
masterfrom
feat/module-health-check

Conversation

@jusemarinho

Copy link
Copy Markdown
Contributor

feat(): modulo de health check

@henriqueleite42 henriqueleite42 changed the title Feat/module health check feat(health): add health check module Apr 23, 2024
Comment thread package-lock.json Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use pnpm instead of npm, and remove this file (don't add it to gitignore so we know when it happens, because we need to update the pnpm-lock)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The controller must be inside src/delivery

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module must be inside of src/usecases/health-check,

Comment thread src/health-check/health-check.module.ts Outdated
import { HealthCheckController } from "./health-check.controller";

@Module({
imports: [],

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants