randydev commited on
Commit
b31d923
·
verified ·
1 Parent(s): 9d7429f

Update middleware/midware.js

Browse files
Files changed (1) hide show
  1. middleware/midware.js +2 -1
middleware/midware.js CHANGED
@@ -78,5 +78,6 @@ class CheckMilWare {
78
  export {
79
  CheckMilWare,
80
  authenticateApiKey,
81
- apiLimiter
 
82
  };
 
78
  export {
79
  CheckMilWare,
80
  authenticateApiKey,
81
+ apiLimiter,
82
+ myUUID
83
  };