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?
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?