From 08d6ccbb218c0159aec40a3f0f24c7ee9b53f925 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 17:44:45 +0300 Subject: [PATCH] LINXD-2222: Update --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 77c07ae..1846b0f 100644 --- a/app.js +++ b/app.js @@ -6,6 +6,7 @@ require('dotenv').config() const express = require('express'); const app = express(); const path = require('node:path'); +const fs = require('node:fs'); let https; try { https = require('node:https');