mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 18:53:45 +02:00
Fix/ fixing duplicated const
This commit is contained in:
parent
24a827e9c6
commit
8d23e398ed
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@ const http = require('http');
|
||||||
const https = require('https');
|
const https = require('https');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
const options = {
|
|
||||||
// cert: fs.readFileSync('etc/tls/fullchain.pem'),
|
|
||||||
// key: fs.readFileSync('etc/tls/privkey.pem')
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get ports from environment and store in Express.
|
* Get ports from environment and store in Express.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue