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