DmitrMakeev commited on
Commit
689d9b8
·
verified ·
1 Parent(s): db357cd

Update pages_gen.html

Browse files
Files changed (1) hide show
  1. pages_gen.html +1 -1
pages_gen.html CHANGED
@@ -32,7 +32,7 @@
32
  const groupId = document.getElementById('groupId').value;
33
  const apiToken = document.getElementById('apiToken').value;
34
 
35
- const url = `http://127.0.0.1:5000/api/group/${groupId}/parameters?apiToken=${apiToken}`;
36
 
37
  fetch(url, {
38
  method: 'GET',
 
32
  const groupId = document.getElementById('groupId').value;
33
  const apiToken = document.getElementById('apiToken').value;
34
 
35
+ const url = `https://test-sj-crm-psy-vk.hf.space/api/group/${groupId}/parameters?apiToken=${apiToken}`;
36
 
37
  fetch(url, {
38
  method: 'GET',