mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-03 14:44:37 +00:00
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
// Post-processing function for outgoing responses
|
|
|
|
function postProcessResponse(req, resp) {
|
|
logWithReq(req, 'Post-processing response with: ' + resp.statusCode);
|
|
}
|