Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created August 12, 2023 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishanc/5c255b56e415c201aaf942f0a1fca715 to your computer and use it in GitHub Desktop.
Save nishanc/5c255b56e415c201aaf942f0a1fca715 to your computer and use it in GitHub Desktop.
app.UseSwaggerUI(c =>
{
c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1");
c.RoutePrefix = string.Empty; // <--------Add this line.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment