mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-24 19:48:38 +00:00
(jsrt) opt.: script load strategy
This commit is contained in:
5
scripts/03_post_process.js
Normal file
5
scripts/03_post_process.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// Post-processing function for outgoing responses
|
||||
|
||||
function postProcessResponse(req, res) {
|
||||
logWithTimestamp('Post-processing response with status: ' + res.statusCode);
|
||||
}
|
||||
Reference in New Issue
Block a user