Test passes
This commit is contained in:
parent
9f19318551
commit
068d53daaf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue