Skip to content
Snippets Groups Projects
Commit e86676a5 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Minor update to the page concerning NestJS-based micro-services

parent d69ebbe3
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,7 @@ NestJS provides a [swagger module](https://docs.nestjs.com/recipes/swagger) that
## Health checks
NestJS provides a health module based on [Terminus](https://github.com/nestjs/terminus), allowing developers to declare predefined and/or custom health indicators. By default, the health status of a given NestJS service is available through the `/health` endpoint.
## Logging
## Guards or how to implement an AUTHZ layer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment