Update index.js
Browse files
index.js
CHANGED
@@ -67,6 +67,7 @@ function generateAkenoKey() {
|
|
67 |
app.use(async (req, res, next) => {
|
68 |
await CheckMilWares.handle(req, res, next);
|
69 |
});
|
|
|
70 |
app.disable("x-powered-by");
|
71 |
app.disable("link")
|
72 |
app.use(cors({
|
|
|
67 |
app.use(async (req, res, next) => {
|
68 |
await CheckMilWares.handle(req, res, next);
|
69 |
});
|
70 |
+
app.use("/v1/", apiLimiter);
|
71 |
app.disable("x-powered-by");
|
72 |
app.disable("link")
|
73 |
app.use(cors({
|