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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",