Add health module
This diff is collapsed.
... | ... | @@ -20,9 +20,11 @@ |
"webpack": "webpack --config webpack.config.js" | ||
}, | ||
"dependencies": { | ||
"@godaddy/terminus": "^4.1.0", | ||
"@nestjs/common": "^5.1.0", | ||
"@nestjs/core": "^5.1.0", | ||
"@nestjs/swagger": "^2.5.1", | ||
"@nestjs/terminus": "^5.5.0", | ||
"amqplib": "^0.5.2", | ||
"class-transformer": "^0.1.9", | ||
"class-validator": "^0.9.1", | ||
... | ... | @@ -68,4 +70,4 @@ |
"coverageDirectory": "../coverage", | ||
"testEnvironment": "node" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
src/health/health.module.ts
0 → 100644
Please register or sign in to comment