Lee Morgan пре 6 година
родитељ
комит
173a17eeac
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      controllers/otherData.js

+ 1 - 0
controllers/otherData.js

@@ -1,4 +1,5 @@
 const bcrypt = require("bcryptjs");
+const axios = require("axios");
 
 const Error = require("../models/error");
 const NonPosTransaction = require("../models/nonPosTransaction");