mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(server) start: url -> URL
This commit is contained in:
parent
a0c641183c
commit
a89eb26c67
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
redirectServer = http.createServer(function(req, res) {
|
||||
var url,
|
||||
host = req.headers.host,
|
||||
parsed = url.parse(host),
|
||||
parsed = URL.parse(host),
|
||||
hostName = parsed.protocol;
|
||||
|
||||
url = HTTPS + hostName + sslPort + req.url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue