Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 1, 2024
1 parent 486e85a commit d46bbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getIpAddress, getProxyAgent, getRandomUserAgent, sleep } from './utils.
const DOMAIN_API = {
SESSION: 'http://api.nodepay.ai/api/auth/session',
PING: [
"http://18.142.29.174/api/network/ping",
"https://nw.nodepay.org/api/network/ping",
"http://13.215.134.222/api/network/ping",
"http://54.255.192.166/api/network/ping",
]
Expand Down Expand Up @@ -129,6 +129,7 @@ class AccountSession {
const headers = {
Authorization: `Bearer ${this.token}`,
'Content-Type': 'application/json',
'Origin': 'chrome-extension://lgmpfmgeabnnlemejacfljbmonaomfmm',
'User-Agent': this.userAgent
}

Expand Down

0 comments on commit d46bbf6

Please sign in to comment.