From ac35b7a61c65e51021f803e39b13a545c9e674ba Mon Sep 17 00:00:00 2001 From: GreenyDev Date: Fri, 28 Apr 2023 20:49:20 -0400 Subject: [PATCH] tmp --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index cfbb97c..2c7122b 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,7 @@ import nodemailer from "nodemailer"; import * as uuid from "uuid"; import fs from "node:fs"; import bcrypt from "bcrypt"; - +// fx const PORT = process.env.PORT || 3000; const __dirname = process.cwd(); const ACTIVE_CODES = new Set();