Browse Source

Add axios dependency

Lee Morgan 6 năm trước cách đây
mục cha
commit
173a17eeac
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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");