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
So I have 1 GET service and 1 POST service . But in the swagger.json every service is registered in each http method. So my swagger claims that there are 4 endpoints. 2 GET Services and 2 POST Services. So this is how my swagger page looks
With enunciate 2.12.1 the swagger.json is correct
The text was updated successfully, but these errors were encountered:
Hello, I've noticed that the new version generates an incorrect swagger.json
This is my rest controller.
So I have 1 GET service and 1 POST service . But in the swagger.json every service is registered in each http method. So my swagger claims that there are 4 endpoints. 2 GET Services and 2 POST Services. So this is how my swagger page looks
With enunciate 2.12.1 the swagger.json is correct
The text was updated successfully, but these errors were encountered: