From be93994a66dc5c1c05040545547b1bcafc71affa Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Sun, 10 Dec 2023 22:13:32 +0900 Subject: [PATCH] Updated Tutorial (markdown) --- Tutorial.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tutorial.md b/Tutorial.md index 68a8958..2e68b7c 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -78,10 +78,6 @@ export class AppController { } ``` -> Note: LoggedRoute decorator should be always on top of method decorators. -> If LoggedRoute is not placed correctly, it won't recognize its path and method. -> If you want to know why, check out [Sequence of Decorator]() section in [Dive Deeper](https://github.com/Worplo/nestlogged/wiki/Dive-Deeper) page. - It will automatically add logs to your route, and log it when the route method is called. ```md