randydev commited on
Commit
ee4b891
·
verified ·
1 Parent(s): 790f8c5

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -70,7 +70,7 @@ app.get("/policy", ( req, res ) => {
70
  res.sendFile(path.join(__dirname + "/public/policy.html"));
71
  });
72
 
73
- app.get("scraper/read", ( req, res ) => {
74
  res.sendFile(path.join(__dirname + "/public/docs.html"));
75
  });
76
 
 
70
  res.sendFile(path.join(__dirname + "/public/policy.html"));
71
  });
72
 
73
+ app.get("/scraper/read", ( req, res ) => {
74
  res.sendFile(path.join(__dirname + "/public/docs.html"));
75
  });
76