Untitled

 avatar
unknown
plain_text
a month ago
136 B
1
Indexable
function handleError(res, error, message = "Internal Server Error") {
    console.error(error);
    res.status(500).json({ message });
}
Editor is loading...
Leave a Comment