forked from Yara724/api
Fixed Swagger ui in prod
This commit is contained in:
@@ -54,7 +54,6 @@ async function bootstrap() {
|
|||||||
return challenge();
|
return challenge();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
const config = new DocumentBuilder()
|
const config = new DocumentBuilder()
|
||||||
.setTitle("yara724-backend")
|
.setTitle("yara724-backend")
|
||||||
@@ -86,6 +85,7 @@ async function bootstrap() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
await app.listen(process.env.PORT);
|
await app.listen(process.env.PORT);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user