ShadowVNs commited on
Commit
40c1838
1 Parent(s): e893c3e

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -11,4 +11,4 @@ for (const file of ctrls) {
11
  app[ctrl.method.toLowerCase()](ctrl.path, !ctrl.limit?((req, res, next)=>next()): rate_limit(ctrl.limit), ctrl.handler);
12
  };
13
 
14
- app.listen(3000);
 
11
  app[ctrl.method.toLowerCase()](ctrl.path, !ctrl.limit?((req, res, next)=>next()): rate_limit(ctrl.limit), ctrl.handler);
12
  };
13
 
14
+ app.listen(7860);