harshdoshi999 / node-url-shortener

7 stars 1 forks source link

its not returning url now #8

Closed gdhananjay closed 3 weeks ago

gdhananjay commented 4 weeks ago

const shortUrl = require("node-url-shortener"); var url1 = "https://www.google.com"; shortUrl.short(url1, function (err, url) { console.log("url",url); console.log("err",err); });

              it stuck inside short and never return
harshdoshi999 commented 3 weeks ago

This should be sovled by now.