Browse Source

edit history input

aaron-1015 3 năm trước cách đây
mục cha
commit
d121173563
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/static/script_util.js

+ 1 - 1
api/static/script_util.js

@@ -149,7 +149,7 @@ var loaded_data = ''
 function openNav() {
   document.getElementById("mySidenav").style.width = "250px";
   document.querySelector('.loader').style.display = "block";
-  $.get("192.168.1.106:8887/history_input", function (data, status) {
+  $.get("/history_input", function (data, status) {
     console.log(data)
     loaded_data = data
     for (var obj of data) {