Browse Source

Remove un-needed script import since #9554 (#9694)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
for-closed-social
Antoine GIRARD 4 years ago
committed by techknowlogick
parent
commit
e90e435f04
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      templates/swagger/ui.tmpl

+ 0
- 1
templates/swagger/ui.tmpl View File

@ -66,7 +66,6 @@
<div id="swagger-ui"></div>
<script src="{{StaticUrlPrefix}}/vendor/assets/swagger-ui/swagger-ui-bundle.js"> </script>
<script src="{{StaticUrlPrefix}}/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function() {

Loading…
Cancel
Save