Skip to content

Commit

Permalink
change fin apigw url
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkyu-kim authored and YuSungDuk committed Nov 20, 2020
1 parent d326875 commit 148fd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
case "gov":
os.Setenv("NCLOUD_API_GW", "https://ncloud.apigw.gov-ntruss.com")
case "fin":
os.Setenv("NCLOUD_API_GW", "https://ncloud.apigw.fin-ntruss.com")
os.Setenv("NCLOUD_API_GW", "https://fin-ncloud.apigw.fin-ntruss.com")
}
}

Expand Down

0 comments on commit 148fd61

Please sign in to comment.