use newer js with hash

This commit is contained in:
Your Name 2023-02-15 16:28:17 -05:00 committed by Henri Dickson
parent c9ea3e92fd
commit f570083565
2 changed files with 9 additions and 1682 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,14 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@4.14.0/swagger-ui.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.15.5/swagger-ui.min.css" integrity="sha512-JArlzA682ixxKlWoGxYQxF+vHv527K1/NMnGbMxZERWr/16D7ZlPZUdq9+n5cA3TM030G57bSXYdN706FU9doQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>{{ api.title }} API Documentation</title> <title>{{ api.title }} API Documentation</title>
{% include "common_libs.html" with jquery=0 %} {% include "common_libs.html" with jquery=0 %}
<style type="text/css"> <style type="text/css">
.information-container { .information-container {
display: none; display: none;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="content-wrapper"> <div id="content-wrapper">
@ -17,7 +17,7 @@
<div id="swagger-ui"> <div id="swagger-ui">
</div> </div>
<script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@4.14.0/swagger-ui-bundle.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.15.5/swagger-ui-bundle.min.js" integrity="sha512-8FFvTCXo6KgUt72SMpgMgMHoHnNUOPxndku0/mc+B98qIeEfZ6dpPDYJv6a1TRWHoEZeMQAKQzcwSmQixM9v2w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script> <script>
const ui = SwaggerUIBundle({ const ui = SwaggerUIBundle({
url: '{{ openapi_json_url }}', url: '{{ openapi_json_url }}',