mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 16:08:37 +00:00
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
// Post-processing function for outgoing responses
|
|
|
|
function postProcessResponse() {
|
|
logWithReq('Post-processing response with status: ' + req.statusCode);
|
|
}
|