samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.79k stars 92 forks source link

Fix `@nestia/migrate` bug of omitting `@TypedRoute()`. #808

Closed samchon closed 6 months ago

samchon commented 6 months ago

When there's an endpoint that doing not response anything, @nestia/migrate had omitted to writing the @TypedRoute() decorator.

This PR fixes the bug