Update 'server.js'

This commit is contained in:
ry 2020-02-26 13:15:44 +00:00
parent 59d8a45efd
commit 35465d5f0f
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ module.exports = client => {
app.get("/sor", async (req, res) => {
res.redirect("https://sor.dog");
});
app.get("/benji", async (req, res) => {
res.redirect("https://benji.monster");
});
app.get("/update", async (req, res) => {
//console.log(req.headers['user-agent']);