update http response
This commit is contained in:
parent
6541a21d06
commit
6d716993fd
2
index.js
2
index.js
|
@ -70,7 +70,7 @@ function writeToFile(filename, message) {
|
|||
}
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
res.status(200).send("Addresses tested: " + count + "<br>" + "Balances Found: " + found_count);
|
||||
res.status(200).send("<html><head><title>Random Ethereum Scanner</title></head><body>Addresses tested: " + count + "<br>" + "Balances Found: " + found_count + "</body></html>");
|
||||
});
|
||||
|
||||
app.listen(port, () => {
|
||||
|
|
Loading…
Reference in New Issue