badmfck-api-server 1.3.1 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ class BaseEndpoint {
|
|
44
44
|
return;
|
45
45
|
}
|
46
46
|
for (let i of this.endpoints)
|
47
|
-
console.log("endpoint: " + i.endpoint + " initalized");
|
47
|
+
console.log("endpoint: " + i.endpoint + " initalized, ignoreInterceptor: " + (i.ignoreInterceptor ?? "false"));
|
48
48
|
}
|
49
49
|
;
|
50
50
|
async execute(req) {
|