Update 'server.js'
This commit is contained in:
parent
59d8a45efd
commit
35465d5f0f
1 changed files with 3 additions and 0 deletions
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue