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()