mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-21 06:38:37 +00:00
6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
// Post-processing function for outgoing responses
|
|
|
|
function postProcessResponse(req, res) {
|
|
logWithTimestamp('Post-processing response with status: ' + res.statusCode);
|
|
}
|