Update biz_v.html
Browse files- biz_v.html +1 -1
biz_v.html
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
<script>
|
16 |
document.getElementById('sendRequestButton').addEventListener('click', function() {
|
17 |
const token = document.getElementById('tokenInput').value;
|
18 |
-
const url = 'https://online.bizon365.ru/api/v1/webinars/reports/getlist
|
19 |
|
20 |
fetch(url, {
|
21 |
method: 'GET',
|
|
|
15 |
<script>
|
16 |
document.getElementById('sendRequestButton').addEventListener('click', function() {
|
17 |
const token = document.getElementById('tokenInput').value;
|
18 |
+
const url = 'https://online.bizon365.ru/api/v1/webinars/reports/getlist';
|
19 |
|
20 |
fetch(url, {
|
21 |
method: 'GET',
|