Skip to content

Instantly share code, notes, and snippets.

@estiller
Created July 9, 2020 21:25
Embed
What would you like to do?
Building a Custom URL Shortener Using Azure Functions and Cosmos DB - Final Test
curl -v -X POST -H 'Content-Type: application/json' \
-d '{ "url": "http://mydomain.com", "vanity": "shortname" }' \
http://localhost:7071/register
curl -v -X GET http://localhost:7071/shortname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment