Updated Tutorial (markdown)

Shinwoo PARK 2023-12-10 22:13:32 +09:00
parent 1fbac69890
commit be93994a66

@ -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