Skip to content

Commit

Permalink
URL: switch to the WHATWG implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Feb 8, 2019
1 parent 83781cb commit a77b219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var express = require("express")
return "0" + str;
}
, request = require("request")
, URL = require('url').URL
;

// Listens to GET at the root, expects two required query string parameters:
Expand Down

0 comments on commit a77b219

Please sign in to comment.