Johann Woelper 5 anni fa
parent
commit
3aa87e5756
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 => {