learnwithsumit/uptime-monitoring-api-raw-node

'url.parse' is deprecated.ts

sabbir2609 opened this issue · 0 comments

const parsedUrl = url.parse(req.url, true);

The signature '(urlStr: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery' of 'url.parse' is deprecated.ts(6387)

what to do?