Update index.js
Browse files
index.js
CHANGED
@@ -66,6 +66,7 @@ function _0x8e5f(){const _0x47a684=['21328MwnItu','akeno_','2HGYaRq','7539MDsoUT
|
|
66 |
app.use(async (req, res, next) => {
|
67 |
await CheckMilWares.handle(req, res, next);
|
68 |
});
|
|
|
69 |
app.use("/api/v1/", apiLimiter);
|
70 |
app.disable("x-powered-by");
|
71 |
app.disable("link")
|
|
|
66 |
app.use(async (req, res, next) => {
|
67 |
await CheckMilWares.handle(req, res, next);
|
68 |
});
|
69 |
+
|
70 |
app.use("/api/v1/", apiLimiter);
|
71 |
app.disable("x-powered-by");
|
72 |
app.disable("link")
|