Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created May 29, 2024 18:40
Show Gist options
  • Save anytizer/7d7624f53daa3abd1bab3a8f26fd2457 to your computer and use it in GitHub Desktop.
Save anytizer/7d7624f53daa3abd1bab3a8f26fd2457 to your computer and use it in GitHub Desktop.
Lower cased API Endpoints in Program.cs

Lower cased API Endpoints in Program.cs

builder.Services.AddRouting(options => options.LowercaseUrls = true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment