|
|
|
@ -11,7 +11,7 @@ |
|
|
|
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic|Source+Code+Pro:300,600|Titillium+Web:400,600,700" |
|
|
|
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic|Source+Code+Pro:300,600|Titillium+Web:400,600,700" |
|
|
|
rel="stylesheet"> |
|
|
|
rel="stylesheet"> |
|
|
|
<link rel="stylesheet" type="text/css" |
|
|
|
<link rel="stylesheet" type="text/css" |
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui.css"> |
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.24.2/swagger-ui.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="./css/bitwarden.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="./css/bitwarden.css"> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
@ -24,8 +24,8 @@ |
|
|
|
window.fetch = undefined; |
|
|
|
window.fetch = undefined; |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui-bundle.js"></script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.24.2/swagger-ui-bundle.js"></script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui-standalone-preset.js"></script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.24.2/swagger-ui-standalone-preset.js"></script> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
window.onload = () => { |
|
|
|
window.onload = () => { |
|
|
|
const ui = SwaggerUIBundle({ |
|
|
|
const ui = SwaggerUIBundle({ |
|
|
|
|