File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
)
14
14
15
15
func main () {
16
- fmt .Println ("code-push-server-go V1.0.1 " )
16
+ fmt .Println ("code-push-server-go V1.0.2 " )
17
17
// gin.SetMode(gin.ReleaseMode)
18
18
g := gin .Default ()
19
19
g .Use (gzip .Gzip (gzip .DefaultCompression ))
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type createBundleReq struct {
60
60
AppName * string `json:"appName" binding:"required"`
61
61
Deployment * string `json:"deployment" binding:"required"`
62
62
DownloadUrl * string `json:"downloadUrl" binding:"required"`
63
- Description * string `json:"description" binding:"required" `
63
+ Description * string `json:"description"`
64
64
Version * string `json:"version" binding:"required"`
65
65
Size * int64 `json:"size" binding:"required"`
66
66
Hash * string `json:"hash" binding:"required"`
You can’t perform that action at this time.
0 commit comments