Test passes

This commit is contained in:
Aleem Isiaka 2023-09-06 20:39:43 +01:00
parent 9f19318551
commit 068d53daaf
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package ginSwagger
import (
"html/template"
htmlTemplate "html/template"
"net/http"
"os"
@ -20,7 +19,7 @@ type swaggerConfig struct {
URL string
DocExpansion string
Title string
Oauth2RedirectURL template.JS
Oauth2RedirectURL htmlTemplate.JS
DefaultModelsExpandDepth int
DeepLinking bool
PersistAuthorization bool