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');