Skip to content

Commit

Permalink
Update contact.controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshuValiya authored Oct 24, 2024
1 parent 3a8d7e3 commit 14a3a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/controller/contact.controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { z } = require("zod");
const nodemailer = require("nodemailer");
const logger = require('../utils/logger');
require("dotenv").config();

// data require form .env file : EMAIL_USER, EMAIL_PASS
Expand Down

0 comments on commit 14a3a22

Please sign in to comment.