DmitrMakeev commited on
Commit
dba8d16
·
verified ·
1 Parent(s): 1dc41b5

Update biz_v.html

Browse files
Files changed (1) hide show
  1. 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?maxDate=2021-08-06T00:00:00';
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',