Fix/ fixing duplicated const

This commit is contained in:
Juan Matias Kungfoo de la Camara Beovide 2023-05-04 15:31:08 -03:00
parent 24a827e9c6
commit 8d23e398ed

View file

@ -10,11 +10,6 @@ const http = require('http');
const https = require('https');
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.
*/