mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:54:39 -05:00
make it 500 lol
This commit is contained in:
parent
9a9d00e73f
commit
a0191ae39a
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
lyrics: "",
|
lyrics: "",
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
res.status(502);
|
res.status(500);
|
||||||
renderTemplate(res, req, "video-error.ejs", {
|
renderTemplate(res, req, "video-error.ejs", {
|
||||||
v,
|
v,
|
||||||
err_reason:err
|
err_reason:err
|
||||||
|
|
Loading…
Reference in a new issue