Skip to content

Commit 583bfaa

Browse files
committed
threads.net -> threads.com
1 parent 4a7a9d6 commit 583bfaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ const agent = new https.Agent({
122122
});
123123

124124
const GRAPH_API_BASE_URL =
125-
'https://graph.threads.net/' +
125+
'https://graph.threads.com/' +
126126
(GRAPH_API_VERSION ? GRAPH_API_VERSION + '/' : '');
127-
const AUTHORIZATION_BASE_URL = 'https://www.threads.net';
127+
const AUTHORIZATION_BASE_URL = 'https://www.threads.com';
128128

129129
let initial_access_token = INITIAL_ACCESS_TOKEN;
130130
let initial_user_id = INITIAL_USER_ID;

0 commit comments

Comments
 (0)