mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
7485ccb59e
commit
338aaecff4
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
var lRedirectServer = http.createServer( function(pReq, pRes){
|
||||
main.redirect({
|
||||
response: pRes,
|
||||
url: pReq.url
|
||||
url: 'https://' + pReq.url
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue