Shortens url into 9 digit code
https://go-urlshortener.herokuapp.com/
Request
{
"url" : "https://github.com/rlarkin212/"
}
Response
{
"code": "gjGVmoLZR",
"url": "https://github.com/rlarkin212",
"created_at": 1577739808
}
Shortens url into 9 digit code
https://go-urlshortener.herokuapp.com/
Request
{
"url" : "https://github.com/rlarkin212/"
}
Response
{
"code": "gjGVmoLZR",
"url": "https://github.com/rlarkin212",
"created_at": 1577739808
}