DmitrMakeev commited on
Commit
6b51690
·
verified ·
1 Parent(s): c321959

Update settings.html

Browse files
Files changed (1) hide show
  1. settings.html +1 -1
settings.html CHANGED
@@ -145,7 +145,7 @@ function updateValues_eep_set(data) {
145
 
146
  function fetchValues_eep_set() {
147
  var xhr = new XMLHttpRequest();
148
- xhr.open("GET", "/settings_api_eep_set", true);
149
  xhr.setRequestHeader("Content-Type", "application/json");
150
  xhr.onreadystatechange = function () {
151
  if (xhr.readyState === 4 && xhr.status === 200) {
 
145
 
146
  function fetchValues_eep_set() {
147
  var xhr = new XMLHttpRequest();
148
+ xhr.open("GET", "/settings_api", true);
149
  xhr.setRequestHeader("Content-Type", "application/json");
150
  xhr.onreadystatechange = function () {
151
  if (xhr.readyState === 4 && xhr.status === 200) {