Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 22, 2016 00:51
Embed
What would you like to do?
ASP.NET Core Tips & Tricks
public void Configure(IApplicationBuilder app)
{
...
app.UseSwaggerGen();
app.UseSwaggerUi();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment