mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-20 02:38:38 +00:00
(jsrt) fix: elapsed time calc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Pre-processing function for incoming requests
|
||||
|
||||
function preProcessRequest(req) {
|
||||
logWithTimestamp('Pre-processing request: ' + req.method + ' ' + req.url);
|
||||
function preProcessRequest() {
|
||||
logWithReq('Pre-processing request');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user