axe-api 1.0.0-rc15 → 1.0.0-rc16
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.
|
|
454
|
+
const swaggerBasePath = path_1.default.join(api.appFolder, "swagger.ts");
|
|
455
455
|
let baseSchema = {
|
|
456
456
|
info: {
|
|
457
457
|
title: "Axe API",
|