DmitrMakeev
commited on
Commit
•
9f5ea82
1
Parent(s):
b02d627
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -169,7 +169,7 @@
|
|
169 |
|
170 |
<script>
|
171 |
document.addEventListener('DOMContentLoaded', function() {
|
172 |
-
fetch('/data_gc_tab_out?api_sys=fasSd345D')
|
173 |
.then(response => response.json())
|
174 |
.then(data => {
|
175 |
console.log('Data received:', data); // Логирование данных
|
|
|
169 |
|
170 |
<script>
|
171 |
document.addEventListener('DOMContentLoaded', function() {
|
172 |
+
fetch('https://dmtuit-gc-api-ras.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
173 |
.then(response => response.json())
|
174 |
.then(data => {
|
175 |
console.log('Data received:', data); // Логирование данных
|