소스 검색

Bug fix: otherData.js was using but not importing axios.

Lee Morgan 5 년 전
부모
커밋
d868aa8c61
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/otherData.js

+ 1 - 0
controllers/otherData.js

@@ -5,6 +5,7 @@ const Feedback = require("../models/feedback.js");
 const helper = require("./helper.js");
 
 const bcrypt = require("bcryptjs");
+const axios = require("axios");
 
 module.exports = {
     /*