infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

Issue while swagger endpoint serves the swagger json #5

Closed tinkaalgogoi closed 6 years ago

tinkaalgogoi commented 6 years ago

In swagger handler function, it joins the swagger directory and the suffix ".swagger.json" . The join isn't creating the exact path to the swagger file as the generated swagger file has the name matching with the proto file name(if I am not wrong) and appending ".swagger.json". So do we have to add that name in the swagger directory also?