Skip to content

Commit e84fa42

Browse files
authored
Merge pull request #158 from line/domain_name_change
Domain name change from api.line.me to api-data.line.me
2 parents d29fb89 + 0a19b87 commit e84fa42

File tree

6 files changed

+90
-55
lines changed

6 files changed

+90
-55
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ rvm:
99
before_install:
1010
- if [ ${TRAVIS_RUBY_VERSION} = '2.2' ]; then
1111
gem install bundler -v '< 2';
12-
else
13-
gem update --system;
14-
gem install bundler;
1512
fi
1613
script:
1714
- bundle exec rubocop

lib/line/bot/api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module Line
1818
module Bot
1919
module API
2020
DEFAULT_ENDPOINT = "https://api.line.me/v2"
21+
DEFAULT_BLOB_ENDPOINT = "https://api-data.line.me/v2"
2122

2223
DEFAULT_HEADERS = {
2324
'Content-Type' => 'application/json; charset=UTF-8',

0 commit comments

Comments
 (0)