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