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 8b1e51c commit 94904b7Copy full SHA for 94904b7
src/index.js
@@ -15,7 +15,7 @@ class CoCreateFileSystem {
15
let hostname = req.hostname;
16
17
let organization_id = organizations.get(hostname);
18
- console.log(req.protocol, req.secure)
+ // console.log(req.protocol, req.secure)
19
// let ddns = await certManager.checkDns(hostname)
20
// let hasCert = await certManager.checkCert(hostname)
21
// console.log(hostname, 'crt==', hasCert)
0 commit comments