From e86676a57dde05c14ba91a82eab1be084ae65335 Mon Sep 17 00:00:00 2001
From: Alessandro Cerioni <acerioni@grandlyon.com>
Date: Thu, 5 Dec 2019 18:15:55 +0100
Subject: [PATCH] Minor update to the page concerning NestJS-based
 micro-services

---
 docs/miscellaneous/nestjs-micro-services.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/miscellaneous/nestjs-micro-services.md b/docs/miscellaneous/nestjs-micro-services.md
index 34964ee..a4b48bc 100644
--- a/docs/miscellaneous/nestjs-micro-services.md
+++ b/docs/miscellaneous/nestjs-micro-services.md
@@ -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
-- 
GitLab