Updated Tutorial (markdown)

Shinwoo PARK 2023-12-15 12:29:12 +09:00
parent cb6ecd2299
commit 42d5aa1490

@ -17,9 +17,7 @@ export class AppController {
} }
``` ```
**Important:** This decorator package is only accepting asynchronous function for now. **Since version 2.1.0, all decorator can be used with sync function.**
So we should change things to use async.
```ts ```ts
import { Controller, Get } from '@nestjs/common'; import { Controller, Get } from '@nestjs/common';