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