From 05e3d997f1cfc93923f151e26e16da141832d229 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 17:04:56 +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 7be1a73..d03ded2 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 "http"; +import * as https from "node:https"; import fs from 'fs' import path from 'path' const __dirname = path.resolve()