Skip to content

Commit

Permalink
add axios
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadi2000 committed Nov 1, 2023
1 parent 9d1f217 commit 27079ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/controllers/authController.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const jwt = require("jsonwebtoken");
const { GenerateRandomPassword } = require("../utils/string");
const emailModule = require("../utils/email");
const { OTPGenerator } = require("../utils/otpgenerator");
const { default: axios } = require("axios");



Expand Down

0 comments on commit 27079ac

Please sign in to comment.