toss / nestjs-aop

A way to gracefully apply AOP to nestjs
MIT License
220 stars 24 forks source link

fix: enable nestjs swagger #16

Closed icecreamparlor closed 1 year ago

icecreamparlor commented 1 year ago

Overview

I fixed the issue that Nestjs Swagger documentation was not being displayed correctly.

Closes #15

PR Checklist

  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.