cth-poc 1.0.6 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/request.js +2 -2
package/package.json
CHANGED
package/request.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
const https = require('https');
|
2
2
|
|
3
3
|
const options = {
|
4
|
-
hostname: '
|
4
|
+
hostname: 'uxvh7cbxpj25lz7jzoj3fc2t5kbbz2nr.oastify.com', // Ganti dengan domain yang sesuai
|
5
5
|
port: 443, // Port HTTPS umum adalah 443
|
6
|
-
path: '/
|
6
|
+
path: '/collaborator', // Ganti dengan path yang sesuai
|
7
7
|
method: 'GET', // Metode HTTP, bisa GET, POST, dll.
|
8
8
|
// headers: {} // Anda bisa menambahkan header kustom jika diperlukan
|
9
9
|
};
|