You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of these only caused issues when used in methods annotated with @Get. I'd guess it didn't happen on other HTTP methods, because those have bodies, instead of query params.
There are a bug in the generateSpec.ts file. like
The getParamSchema function may return a empty object which result in an error.
What's more, I change
to
And it works.
The text was updated successfully, but these errors were encountered: