Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created June 24, 2021 23:41
Show Gist options
  • Save MahdiKarimipour/1b536e6fbcc073248af73463c0f720f3 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/1b536e6fbcc073248af73463c0f720f3 to your computer and use it in GitHub Desktop.
General Url Rewrite
var rewrite = new RewriteOptions()
.AddRewrite("api/values", "api/default", true);
app.UseRewriter(rewrite);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment