mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-26 13:20:41 +03:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
|
module.exports = (res, type, error) =>
|
||
|
res.status(type).render("error", { type, error });
|