Update middleware/midware.js
Browse files- 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 |
};
|