Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 410 Bytes

File metadata and controls

24 lines (15 loc) · 410 Bytes

logo-short-gg


backend of short.gg

Behind the scenes of short.gg


Routes

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.