Update bas_vk_tab.html
Browse files- bas_vk_tab.html +1 -1
bas_vk_tab.html
CHANGED
|
@@ -215,7 +215,7 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
| 215 |
<script>
|
| 216 |
vkBridge.send('VKWebAppInit');
|
| 217 |
document.addEventListener('DOMContentLoaded', function() {
|
| 218 |
-
fetch('https://
|
| 219 |
.then(response => response.json())
|
| 220 |
.then(data => {
|
| 221 |
console.log('Data received:', data);
|
|
|
|
| 215 |
<script>
|
| 216 |
vkBridge.send('VKWebAppInit');
|
| 217 |
document.addEventListener('DOMContentLoaded', function() {
|
| 218 |
+
fetch('https://dmtuit-psy2.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
| 219 |
.then(response => response.json())
|
| 220 |
.then(data => {
|
| 221 |
console.log('Data received:', data);
|