Skip to content

Commit 3291be4

Browse files
committed
added node email verifier package
1 parent a574882 commit 3291be4

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

server/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dotenv.config();
2020

2121
const app = express();
2222

23-
app.use(cors({ origin: ["https://codequest.srkrcodingclub.in", "http://localhost:5173"], credentials: true }));
23+
app.use(cors({ origin: "https://codequest.srkrcodingclub.in", credentials: true }));
2424

2525
// Increased payload size limit
2626
app.use(express.json({ limit: '5mb' }));

server/package-lock.json

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"morgan": "^1.10.0",
3434
"node-cache": "^5.1.2",
3535
"node-cron": "^3.0.3",
36+
"node-email-verifier": "^3.4.1",
3637
"node-fetch": "^3.3.2",
3738
"nodemailer": "^7.0.9",
3839
"nodemon": "^3.1.9",

0 commit comments

Comments
 (0)