Преглед изворни кода

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 = {
     /*