Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiKentPan authored Oct 25, 2024
1 parent e3aa9fc commit 78bf2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.52.5/swagger-ui-bundle.js"></script>
<script>
const ui = SwaggerUIBundle({
url: "YOUR_SWAGGER_JSON_URL", // 替换为您的 Swagger JSON 或 YAML 文件的 URL
url: "https://github.com/WeiKentPan/MyCinemaApi/blob/main/openapi.yaml", // 替换为您的 Swagger JSON 或 YAML 文件的 URL
dom_id: '#swagger-ui',
presets: [
SwaggerUIBundle.presets.apis,
Expand Down

0 comments on commit 78bf2f1

Please sign in to comment.