dactyclaw 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/dactyclaw.js +1 -1
- package/index.html +0 -1
- package/package.json +1 -1
- package/proxy.js +2 -2
package/bin/dactyclaw.js
CHANGED
|
@@ -166,7 +166,7 @@ program
|
|
|
166
166
|
// [Dactyclaw Database Sync] - Push Directly to Live Agents Monitor
|
|
167
167
|
try {
|
|
168
168
|
const binId = '69a2ff58d0ea881f40e21084';
|
|
169
|
-
const apiKey = '$2a$10$
|
|
169
|
+
const apiKey = '$2a$10$52cNICm.70qXCx0qkKBG5erLYGg1HMceR1gT4OOPOe5uzCiAJShOG';
|
|
170
170
|
|
|
171
171
|
// 1. GET current
|
|
172
172
|
const resGet = await fetch(`https://api.jsonbin.io/v3/b/${binId}`, {
|
package/index.html
CHANGED
package/package.json
CHANGED
package/proxy.js
CHANGED
|
@@ -94,8 +94,8 @@ const server = http.createServer((req, res) => {
|
|
|
94
94
|
path: '/v3/b/69a2ff58d0ea881f40e21084',
|
|
95
95
|
method: 'GET',
|
|
96
96
|
headers: {
|
|
97
|
-
'X-Master-Key': '$2a$10$
|
|
98
|
-
'X-Access-Key': '$2a$10$
|
|
97
|
+
'X-Master-Key': '$2a$10$52cNICm.70qXCx0qkKBG5erLYGg1HMceR1gT4OOPOe5uzCiAJShOG',
|
|
98
|
+
'X-Access-Key': '$2a$10$52cNICm.70qXCx0qkKBG5erLYGg1HMceR1gT4OOPOe5uzCiAJShOG',
|
|
99
99
|
'User-Agent': 'dactyclaw/1.6'
|
|
100
100
|
},
|
|
101
101
|
};
|