Skip to content

Commit a566946

Browse files
committed
Domain name change from api.line.me to api-data.line.me
1 parent d29fb89 commit a566946

File tree

5 files changed

+60
-52
lines changed

5 files changed

+60
-52
lines changed

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)