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
$ tsoa -c tsoaConfig.json spec-and-routes
Generate routes error.
GenerateMetadataError: Duplicate method signature @get(base-path/{id}) found in controllers: FooBarController#getFooBar, FooBarController#getMooBoo
Possible Solution
I am not sure if this is already supported and I cannot find the example or if this type of swagger response is not supported. @mrl5 was the original author, so maybe they can provide some more insight?
Steps to Reproduce
Copy the code, it should work fine on your machine.
Context (Environment)
Version of the library: 5.1.1
Version of NodeJS: v18.15.0
Confirm you were using yarn not npm: [X]
Detailed Description
At this moment, I am unsure if a change is required.
Breaking change?
At this moment, I am unsure if a change is required.
The text was updated successfully, but these errors were encountered:
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
Wish (but unable to generate b/c of error):
Current Behavior
My code looks like the following:
And I get the following error:
Possible Solution
I am not sure if this is already supported and I cannot find the example or if this type of swagger response is not supported. @mrl5 was the original author, so maybe they can provide some more insight?
Steps to Reproduce
Copy the code, it should work fine on your machine.
Context (Environment)
Version of the library:
5.1.1
Version of NodeJS:
v18.15.0
Detailed Description
At this moment, I am unsure if a change is required.
Breaking change?
At this moment, I am unsure if a change is required.
The text was updated successfully, but these errors were encountered: