From 7cc3a95b38cfbd7e04b195def390575f3f00f6c1 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 17:12:22 +0300 Subject: [PATCH] LINXD-2222: Update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d03ded2..cb5ee89 100644 --- a/app.js +++ b/app.js @@ -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()