axe-api 1.0.0-rc15 → 1.0.0-rc17

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.
@@ -451,7 +451,7 @@ const deepMerge = (base, source) => {
451
451
  const generateDocumentation = () => __awaiter(void 0, void 0, void 0, function* () {
452
452
  const docs = Services_1.DocumentationService.getInstance();
453
453
  const api = Services_1.APIService.getInstance();
454
- const swaggerBasePath = path_1.default.join(api.rootFolder, "swagger", "index.ts");
454
+ const swaggerBasePath = path_1.default.join(api.appFolder, "swagger");
455
455
  let baseSchema = {
456
456
  info: {
457
457
  title: "Axe API",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axe-api",
3
- "version": "1.0.0-rc15",
3
+ "version": "1.0.0-rc17",
4
4
  "description": "AXE API is a simple tool to create Rest APIs quickly.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",