lib/NIFTY/config.rb in nifty-cloud-sdk-1.7 vs lib/NIFTY/config.rb in nifty-cloud-sdk-1.8.beta1
- old
+ new
@@ -12,10 +12,10 @@
SECRET_KEY = ENV['NIFTY_CLOUD_SECRET_KEY'] || '<default secret key>'
# APIのエンドポイント
# @example
# 'https://example.com/test/'
- ENDPOINT_URL = ENV['NIFTY_CLOUD_ENDPOINT_URL'] || 'https://cp.cloud.nifty.com/api/1.7/'
+ ENDPOINT_URL = ENV['NIFTY_CLOUD_ENDPOINT_URL'] || 'https://cp.cloud.nifty.com/api/'
# プロキシサーバーのURL(デフォルト: nil)
# 形式: //<username>:<password>@<hostname>:<port>
# @example
# '//user:password@proxy.example.com:8080'