Skip to content

Commit 39133ea

Browse files
authored
Merge pull request #148 from glorpen/endpoints
Add Kimsufi and SoYouStart api endpoints
2 parents 6795928 + f3b905b commit 39133ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func clientDefault(c *Config) (*ovh.Client, error) {
4545
func (c *Config) loadAndValidate() error {
4646
validEndpoint := false
4747

48-
ovhEndpoints := [3]string{ovh.OvhEU, ovh.OvhCA, ovh.OvhUS}
48+
ovhEndpoints := [7]string{ovh.OvhEU, ovh.OvhCA, ovh.OvhUS, ovh.KimsufiEU, ovh.KimsufiCA, ovh.SoyoustartEU, ovh.SoyoustartCA}
4949

5050
for _, e := range ovhEndpoints {
5151
if ovh.Endpoints[c.Endpoint] == e {

0 commit comments

Comments
 (0)