You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /shorten/:url
Return the shortened url key
GET /find/:key
Return the long url through the key.
Or Teapot if not found.
GET /:key
Return 301 with the long url in the location header.