Updated Tutorial (markdown)

Shinwoo PARK 2023-12-10 20:39:48 +09:00
parent 557992b3e9
commit 4b45b9d558

@ -118,8 +118,9 @@ In this way, the LoggedRoute decorator will log like this:
```md
[Nest] 2442776 - 12/10/2023, 7:04:49 PM LOG [AppController] HIT HTTP AppController::helloWorld[GET] (getHello)
^^^^^^^^^^
[Nest] 2442776 - 12/10/2023, 7:04:49 PM LOG [AppController] RETURNED RESPONSE AppController::helloWorld[GET] (getHello)
^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^
Here, just path / changed to 'helloWorld' that we provided to decorator!
```