Skip to content

Commit

Permalink
Merge pull request #82 from yunify/fix-create-crt-
Browse files Browse the repository at this point in the history
create certificate use POST
  • Loading branch information
runzexia authored Dec 22, 2017
2 parents cc076fe + 1080661 commit 0896d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func (s *LoadBalancerService) CreateServerCertificate(i *CreateServerCertificate
Config: s.Config,
Properties: s.Properties,
APIName: "CreateServerCertificate",
RequestMethod: "GET",
RequestMethod: "POST",
}

x := &CreateServerCertificateOutput{}
Expand Down

0 comments on commit 0896d33

Please sign in to comment.