Documentation
Shortening a link
POST
/api/short
Body
{
"origUrl": "http://google.com"
}
Return
{
"urlId": "9bcF-giN0",
"origUrl": "http://google.com",
"shortUrl": "https://mrkayjaydee.xyz/9bcF-giN0",
"clicks": 0,
"date": "2022-01-26T15:37:26.977Z",
"_id": "61f16ab602262b5f179d3336",
"__v": 0
}