Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingwl committed Oct 18, 2018
1 parent f8aef51 commit 6eaaa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func appendFormatFloat(in []byte, fVal float64, prec, bitSize int) []byte {
return out
}

// CorsHandler add Cors Header if `cors` config is setted
type CorsHandler struct {
handler http.Handler
cfg *config.Config
Expand Down

0 comments on commit 6eaaa80

Please sign in to comment.