We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13d70c commit d97a60aCopy full SHA for d97a60a
1 file changed
app.js
@@ -61,7 +61,7 @@ const {
61
} = require('express');
62
63
// Kubek version
64
-const version = "v1.2.7";
+const version = "v1.2.8";
65
66
const rateLimit = require('express-rate-limit');
67
const authLimiter = rateLimit({
0 commit comments