Skip to content

Instantly share code, notes, and snippets.

@talkingdotnet
Last active December 7, 2017 05:34
Show Gist options
  • Save talkingdotnet/21d6ae856dbd4a32aa4200e642616221 to your computer and use it in GitHub Desktop.
Save talkingdotnet/21d6ae856dbd4a32aa4200e642616221 to your computer and use it in GitHub Desktop.
app.UseSwaggerUI(c =>
{
c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1");
c.SwaggerEndpoint("/swagger/v2/swagger.json", "My API V2");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment