randydev commited on
Commit
6222fc9
·
verified ·
1 Parent(s): 1536a0f

Update midware.js

Browse files
Files changed (1) hide show
  1. midware.js +3 -1
midware.js CHANGED
@@ -41,4 +41,6 @@ const CheckMilWare = async (app) => {
41
  res.status(500).send("Something bad happened");
42
  }
43
  };
44
- };
 
 
 
41
  res.status(500).send("Something bad happened");
42
  }
43
  };
44
+ };
45
+
46
+ module.exports = { CheckMilWare };