File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
2
2
// This file was generated by swaggo/swag at
3
- // 2019-08-07 14:48:29.881959 +0300 EEST m=+0.022469914
3
+ // 2019-08-07 15:15:38.193457 +0300 EEST m=+0.022158637
4
4
5
5
package docs
6
6
@@ -566,7 +566,7 @@ type swaggerInfo struct {
566
566
}
567
567
568
568
// SwaggerInfo holds exported Swagger Info so clients can modify it
569
- var SwaggerInfo = swaggerInfo {Schemes : []string {}}
569
+ var SwaggerInfo = swaggerInfo {Schemes : []string {"http" , "https" }}
570
570
571
571
type s struct {}
572
572
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ package api
12
12
13
13
// @host localhost:9898
14
14
// @BasePath /
15
+ // @schemes http https
15
16
16
17
type ArrayResponse []string
17
18
type MapResponse map [string ]string
You can’t perform that action at this time.
0 commit comments