Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Apr 6, 2018
1 parent b7aeb9e commit e359948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidef/api_definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ type APIDefinition struct {
Transport struct {
SSLCipherSuites []string `bson:"ssl_ciphers" json:"ssl_ciphers"`
SSLMinVersion uint16 `bson:"ssl_min_version" json:"ssl_min_version"`
ProxyURL string `bson: "proxy_url" json: "proxy_url"`
ProxyURL string `bson:"proxy_url" json:"proxy_url"`
} `bson:"transport" json:"transport"`
} `bson:"proxy" json:"proxy"`
DisableRateLimit bool `bson:"disable_rate_limit" json:"disable_rate_limit"`
Expand Down

0 comments on commit e359948

Please sign in to comment.