We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cca6786 + ac3654e commit 992eaa4Copy full SHA for 992eaa4
httpbin/templates/flasgger/index.html
@@ -137,7 +137,7 @@ <h2 class="title">httpbin.org
137
138
<script src="{{url_for('flasgger.static', filename='swagger-ui-bundle.js')}}"> </script>
139
<script src="{{url_for('flasgger.static', filename='swagger-ui-standalone-preset.js')}}"> </script>
140
- <script src='{{url_for('flasgger.static', filename=' ')}}lib/jquery.min.js' type='text/javascript'></script>
+ <script src='{{url_for('flasgger.static', filename='')}}lib/jquery.min.js' type='text/javascript'></script>
141
<script>
142
143
window.onload = function () {
0 commit comments