node-red / node-red-node-swagger

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
62 stars 47 forks source link

Dynamically generated swagger doc is overwriting endpoint data, even if it is using two separate operations #12

Closed codymwalker closed 9 years ago

codymwalker commented 9 years ago

For instance, GET /test and POST /test results in swagger doc being generated only showing POST /test

codymwalker commented 9 years ago

Looking into fixing this now.