From c4cfe6b561719d78ad21029429a47e993bc7315b Mon Sep 17 00:00:00 2001 From: Johnathon Slightham Date: Sat, 10 Jul 2021 13:39:42 -0400 Subject: [PATCH] Fix missing https issue --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0fd863a..8aae405 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,7 @@ const categoryRoutes = require('./routes/category.route'); const mongoSanitize = require('express-mongo-sanitize'); const fs = require("fs"); const { Http2ServerRequest } = require('http2'); +const https = require('https'); console.log("Starting Kno-Logic Backend Server");