Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 16, 2019 10:23
Show Gist options
  • Save ntakouris/c3e43a82f2e7fa013c38339354288195 to your computer and use it in GitHub Desktop.
Save ntakouris/c3e43a82f2e7fa013c38339354288195 to your computer and use it in GitHub Desktop.
app.UseSwagger(option => { option.RouteTemplate = swaggerOptions.JsonRoute; });
app.UseSwaggerUI(option =>
{
option.SwaggerEndpoint(swaggerOptions.UiEndpoint, swaggerOptions.Description);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment