Browse Source

removed localhost

Johann Woelper 5 years ago
parent
commit
3aa87e5756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webapp/app.js

+ 1 - 1
webapp/app.js

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