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