Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
|
@@ -44,7 +44,7 @@
|
|
| 44 |
const apiKeySys = "<%= api_key_sys %>";
|
| 45 |
|
| 46 |
async function fetchData() {
|
| 47 |
-
const response = await fetch(
|
| 48 |
return response.json();
|
| 49 |
}
|
| 50 |
|
|
|
|
| 44 |
const apiKeySys = "<%= api_key_sys %>";
|
| 45 |
|
| 46 |
async function fetchData() {
|
| 47 |
+
const response = await fetch(`https://dmtuit-gc-api-ras.hf.space/data_gc_tab_out?api_sys=fasSd345D`);
|
| 48 |
return response.json();
|
| 49 |
}
|
| 50 |
|