Remove debug line
This commit is contained in:
parent
c435b38331
commit
80c08b3d8b
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -63,7 +63,6 @@ app.get("/download/*", (req, res) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
app.get("/watch/*", (req, res) => {
|
app.get("/watch/*", (req, res) => {
|
||||||
console.log(req.params[0])
|
|
||||||
res.redirect("/" + req.params[0])
|
res.redirect("/" + req.params[0])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue