From 4b45b9d5586e0350e79551d0d1984ea128256b64 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Sun, 10 Dec 2023 20:39:48 +0900 Subject: [PATCH] Updated Tutorial (markdown) --- Tutorial.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tutorial.md b/Tutorial.md index 135a057..247e38a 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -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! ```