@open-wa/wa-automate 4.42.2 → 4.42.3

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.
@@ -103,6 +103,10 @@ const setupApiDocs = (cliConfig) => {
103
103
  return res.redirect('api-docs/');
104
104
  next();
105
105
  }, swagger_ui_express_1.default.serve, swagger_ui_express_1.default.setup(collections_1.collections["swagger"], swOptions));
106
+ /**
107
+ * Redirect to api docs if no path is specified
108
+ */
109
+ exports.app.use('/', (req, res) => res.redirect('/api-docs'));
106
110
  };
107
111
  exports.setupApiDocs = setupApiDocs;
108
112
  const setupSwaggerStatsMiddleware = (cliConfig) => __awaiter(void 0, void 0, void 0, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.42.2",
3
+ "version": "4.42.3",
4
4
  "licenseCheckUrl": "https://funcs.openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",