remove stats
This commit is contained in:
8
index.js
8
index.js
@@ -94,15 +94,9 @@ async function inviteres(req,res){
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const agents=new Set()
|
|
||||||
app.use('/', async (req, res) => {
|
app.use('/', async (req, res) => {
|
||||||
agents.add(req.get("User-Agent"))
|
|
||||||
if(debugging&&req.path.startsWith("/service.js")){
|
if(debugging&&req.path.startsWith("/service.js")){
|
||||||
let build=""
|
res.send("dud");
|
||||||
for(const thing of agents){
|
|
||||||
build+=thing+"\n";
|
|
||||||
}
|
|
||||||
res.send(build);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(req.path.startsWith("/invite/")){
|
if(req.path.startsWith("/invite/")){
|
||||||
|
Reference in New Issue
Block a user