DmitrMakeev
commited on
Commit
•
721c487
1
Parent(s):
2eb0e88
Update bas_vk_tab.html
Browse files- bas_vk_tab.html +1 -1
bas_vk_tab.html
CHANGED
@@ -231,7 +231,7 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
231 |
<script>
|
232 |
vkBridge.send('VKWebAppInit');
|
233 |
document.addEventListener('DOMContentLoaded', function() {
|
234 |
-
fetch('https://dmtuit-psy2/data_gc_tab_out?api_sys=fasSd345D')
|
235 |
.then(response => response.json())
|
236 |
.then(data => {
|
237 |
console.log('Data received:', data);
|
|
|
231 |
<script>
|
232 |
vkBridge.send('VKWebAppInit');
|
233 |
document.addEventListener('DOMContentLoaded', function() {
|
234 |
+
fetch('https://dmtuit-psy2.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
235 |
.then(response => response.json())
|
236 |
.then(data => {
|
237 |
console.log('Data received:', data);
|