Skip to content

Instantly share code, notes, and snippets.

@estiller
Last active July 9, 2020 20:15
Building a Custom URL Shortener Using Azure Functions and Cosmos DB - Customizing the Route Prefix
{
"extensions": {
"http": {
"routePrefix": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment