Skip to content

Commit 8884464

Browse files
committed
fix version of redoc
1 parent 31c5d5a commit 8884464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ghttp/ghttp_server_swagger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
</head>
3333
<body>
3434
<redoc spec-url="{SwaggerUIDocUrl}" show-object-schema-examples="true"></redoc>
35-
<script src="https://unpkg.com/redoc@latest/bundles/redoc.standalone.js"> </script>
35+
<script src="https://unpkg.com/redoc@2.0.0-rc.70/bundles/redoc.standalone.js"> </script>
3636
</body>
3737
</html>
3838
`

0 commit comments

Comments
 (0)