nagose commited on
Commit
fd75d7e
·
verified ·
1 Parent(s): 064ce6c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -89,7 +89,7 @@ const testAll = async (i, i0, i1, i2) => {
89
  return results;
90
  }
91
 
92
- app.get("/test-ips", async (req, res) => {
93
  const results = await testAll(104, 28, 1, 1);
94
  res.json(results);
95
  });
 
89
  return results;
90
  }
91
 
92
+ app.get("/", async (req, res) => {
93
  const results = await testAll(104, 28, 1, 1);
94
  res.json(results);
95
  });