Open aniketstiwari opened 2 years ago
How to specify different paths or folders for swagger options.url. Right now swagger looks inside a single directory
GrapeSwaggerRails.options.url = "/api/services/swagger_doc.json"
What I am looking for If I have multiple directories how can I specify them? I have tried like the below but I get an error Can't read swagger JSON from
GrapeSwaggerRails.options.url = ["/api/services/swagger_doc.json", "/retailers/users/swagger_doc.json" ]
How to specify different paths or folders for swagger options.url. Right now swagger looks inside a single directory
What I am looking for If I have multiple directories how can I specify them? I have tried like the below but I get an error Can't read swagger JSON from