badmfck-api-server 3.1.9 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@ class Monitor extends BaseEndpoint_1.BaseEndpoint {
56
56
  end += "/";
57
57
  if (end.startsWith("/"))
58
58
  end = end.substring(1);
59
- const endpoint = bend + end + "json";
59
+ const endpoint = bend + end;
60
60
  this.indexHtmlFile = this.indexHtmlFile.replace(/{{host}}/g, endpoint);
61
61
  let projectName = this.apiServiceOptions.projectName;
62
62
  if (!projectName)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "3.1.9",
3
+ "version": "3.2.0",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",