|
@@ -101,12 +101,12 @@ const docTemplate = `{
|
|
|
|
|
|
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
|
|
var SwaggerInfo = &swag.Spec{
|
|
|
- Version: "1.0",
|
|
|
- Host: "localhost:8080",
|
|
|
- BasePath: "/api",
|
|
|
+ Version: "",
|
|
|
+ Host: "",
|
|
|
+ BasePath: "",
|
|
|
Schemes: []string{},
|
|
|
- Title: "FileCloud API",
|
|
|
- Description: "FileCloud API documentation",
|
|
|
+ Title: "",
|
|
|
+ Description: "",
|
|
|
InfoInstanceName: "swagger",
|
|
|
SwaggerTemplate: docTemplate,
|
|
|
LeftDelim: "{{",
|