Clear all blockers: payment tested, CI/CD secrets added, status launch-ready
This commit is contained in:
parent
33b1489e6c
commit
0ab4afd398
94 changed files with 10014 additions and 931 deletions
18
projects/business/src/pdf-api/public/swagger-init.js
Normal file
18
projects/business/src/pdf-api/public/swagger-init.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SwaggerUIBundle({
|
||||
url: "/openapi.json",
|
||||
dom_id: "#swagger-ui",
|
||||
deepLinking: true,
|
||||
presets: [
|
||||
SwaggerUIBundle.presets.apis,
|
||||
SwaggerUIBundle.SwaggerUIStandalonePreset
|
||||
],
|
||||
layout: "BaseLayout",
|
||||
defaultModelsExpandDepth: 1,
|
||||
defaultModelExpandDepth: 2,
|
||||
docExpansion: "list",
|
||||
filter: true,
|
||||
tryItOutEnabled: true,
|
||||
requestSnippetsEnabled: true,
|
||||
persistAuthorization: true,
|
||||
syntaxHighlight: { theme: "monokai" }
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue