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