LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 17:12:22 +03:00
parent 05e3d997f1
commit 7cc3a95b38
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -10,7 +10,7 @@ import express from 'express'
const app = express()
// const app = require('express')();
// import https from 'httpolyglot'
import * as https from "node:https";
import https from "https";
import fs from 'fs'
import path from 'path'
const __dirname = path.resolve()