fix: build openapi (#338)

This commit is contained in:
Sebastian Rindom
2021-08-16 15:45:50 +02:00
committed by GitHub
parent 1039d040e9
commit 9467f7ecbd
7 changed files with 2559 additions and 1146 deletions

View File

@@ -14,6 +14,7 @@ swaggerInline(
const oas = new OAS(gen);
oas.validate((err, genObj) => {
if (err) {
console.log("Error in store");
console.error(err);
return;
}
@@ -41,6 +42,7 @@ swaggerInline(
const oas = new OAS(gen);
oas.validate((err, genObj) => {
if (err) {
console.log("Error in admin");
console.error(err);
return;
}