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