Browse Source

removed localhost

Johann Woelper 5 năm trước cách đây
mục cha
commit
3aa87e5756
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webapp/app.js

+ 1 - 1
webapp/app.js

@@ -107,7 +107,7 @@ var app = new Vue({
             
             var self = this; 
             console.log("Saving");
-            fetch("http://localhost:8000/save", {
+            fetch("save/", {
               method: "POST", 
               body: JSON.stringify(account)
             }).then(res => {