Skip to content

Commit

Permalink
fix: pin remote documentation library version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrett-isp committed Feb 22, 2022
1 parent 0be9e91 commit 58fff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func RapiDocHandler(router *Router) http.Handler {
<head>
<title>%s</title>
<meta charset="utf-8">
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
<script type="module" src="https://unpkg.com/rapidoc@9.1.4/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
Expand Down

0 comments on commit 58fff38

Please sign in to comment.