LINXD-2222: Update
This commit is contained in:
parent
40c03592df
commit
c4f4be0aa8
1
app.js
1
app.js
@ -6,7 +6,6 @@ require('dotenv').config()
|
|||||||
const app = require('express')();
|
const app = require('express')();
|
||||||
const https = require('https');
|
const https = require('https');
|
||||||
const path = require('node:path');
|
const path = require('node:path');
|
||||||
const __dirname = path.resolve()
|
|
||||||
let https;
|
let https;
|
||||||
try {
|
try {
|
||||||
https = require('node:https');
|
https = require('node:https');
|
||||||
|
Loading…
Reference in New Issue
Block a user