Skip to content

Commit

Permalink
chore: Update Swagger UI
Browse files Browse the repository at this point in the history
  • Loading branch information
anarsultanov committed Feb 20, 2025
1 parent f954fce commit 9490cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<!-- Load the latest Swagger UI code and style from npm using unpkg.com -->
<script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css"/>
<script src="https://unpkg.com/swagger-ui-dist@5/swagger-ui-bundle.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@5/swagger-ui.css"/>
<title>Keycloak Multi-Tenancy API</title>
</head>
<body>
Expand Down

0 comments on commit 9490cc2

Please sign in to comment.