randydev commited on
Commit
a6e6a34
·
verified ·
1 Parent(s): f1436b2

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
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({