We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691611e commit 6e6c67cCopy full SHA for 6e6c67c
bin/router.js
@@ -13,7 +13,7 @@ switch(cmd){
13
if(argv.port) route += '/' + argv.port;
14
15
if(argv.domain.endsWith('.clive.io'))
16
- require('https').add(argv.domain.substr(0,-9));
+ require('./https').add(argv.domain.substr(0,-9))
17
.then(()=>{console.log("Successfully added HTTPS to " + argv.domain.substr(0,-9) + ".clive.io");})
18
.catch((err)=>{console.log("HTTPS addition failed, perhaps it's already registered?", err);});
19
}else{
0 commit comments