remove stats
This commit is contained in:
parent
3855bfa1a7
commit
e508777cbd
1 changed files with 1 additions and 7 deletions
8
index.js
8
index.js
|
@ -94,15 +94,9 @@ async function inviteres(req,res){
|
|||
}
|
||||
return false;
|
||||
}
|
||||
const agents=new Set()
|
||||
app.use('/', async (req, res) => {
|
||||
agents.add(req.get("User-Agent"))
|
||||
if(debugging&&req.path.startsWith("/service.js")){
|
||||
let build=""
|
||||
for(const thing of agents){
|
||||
build+=thing+"\n";
|
||||
}
|
||||
res.send(build);
|
||||
res.send("dud");
|
||||
return;
|
||||
}
|
||||
if(req.path.startsWith("/invite/")){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue