Skip to content

Instantly share code, notes, and snippets.

@umayeras
Last active March 12, 2022 11:11
Show Gist options
  • Save umayeras/95c0e3b7ff0f7c5d93a56fbc5da1ab97 to your computer and use it in GitHub Desktop.
Save umayeras/95c0e3b7ff0f7c5d93a56fbc5da1ab97 to your computer and use it in GitHub Desktop.
app.UseReDoc(options =>
{
options.DocumentTitle = "ReDoc Sample Project";
options.SpecUrl = "/swagger/v1/swagger.json";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment