jfromaniello/url-join

Does not merge query parameters

Closed this issue · 0 comments

urljoin 'http://localhost:3000/?hellothere=1', '?userID=' + req.user.id

turns into

http://localhost:3000/?hellothere=1?userID=1