mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-20 00:48:38 +00:00
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
// Pre-processing function for incoming requests
|
|
|
|
function preProcessRequest(req) {
|
|
logWithTimestamp('Pre-processing request: ' + req.method + ' ' + req.url);
|
|
}
|