This commit is contained in:
GreenyDev 2023-04-28 20:49:20 -04:00
parent 4836de517c
commit ac35b7a61c

2
app.js
View file

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