From 42d5aa14909b0e7f8f7b783ce061ec87c7093e5d Mon Sep 17 00:00:00 2001 From: Shinwoo PARK <devpysweb@gmail.com> Date: Fri, 15 Dec 2023 12:29:12 +0900 Subject: [PATCH] Updated Tutorial (markdown) --- Tutorial.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tutorial.md b/Tutorial.md index fe6497f..c19f0bc 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -17,9 +17,7 @@ export class AppController { } ``` -**Important:** This decorator package is only accepting asynchronous function for now. - -So we should change things to use async. +**Since version 2.1.0, all decorator can be used with sync function.** ```ts import { Controller, Get } from '@nestjs/common';