Skip to content

Commit e0ac7f6

Browse files
authored
Update index.html.twig
1 parent af4dbb4 commit e0ac7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/SwaggerUi/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616
<body>
1717
<redoc></redoc>
18-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
18+
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
1919
<script>Redoc.init({{ swagger_data|json_encode(65)|raw }})</script>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)