Sebastian

Results 2 comments of Sebastian

adding a relative path worked for me ``` app.UseSwaggerUI(s => { s.RoutePrefix = "help"; s.SwaggerEndpoint("../swagger/v1/swagger.json", "MySite"); s.InjectStylesheet("../css/swagger.min.css"); }); ```

@quilin I'm not sure what do you mean with domain only when you click "Try it out" button, everything it should be based on your current domain, from that everything...