nifcloud: Change DNS base url (#765)

This commit is contained in:
fuku 2019-01-22 16:34:45 +09:00 committed by Ludovic Fernandez
parent 77afd0f732
commit 977aa94061

View file

@ -13,7 +13,7 @@ import (
)
const (
defaultBaseURL = "https://dns.api.cloud.nifty.com"
defaultBaseURL = "https://dns.api.nifcloud.com"
apiVersion = "2012-12-12N2013-12-16"
// XMLNs XML NS of Route53
XMLNs = "https://route53.amazonaws.com/doc/2012-12-12/"