mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
actually use 404 LOL
This commit is contained in:
parent
663cbe3cde
commit
bc7ffd16e3
@ -225,7 +225,8 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
if (isvld && req.params.v.length >= 10) {
|
if (isvld && req.params.v.length >= 10) {
|
||||||
return res.redirect(`/watch?v=${req.params.v}`);
|
return res.redirect(`/watch?v=${req.params.v}`);
|
||||||
} else {
|
} else {
|
||||||
return renderTemplate(res, req, "404.ejs", {
|
res.status(404)
|
||||||
|
return renderTemplate(res, req, "404.ejs", {
|
||||||
isOldWindows,
|
isOldWindows,
|
||||||
random
|
random
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user