소스 검색

removed localhost

Johann Woelper 5 년 전
부모
커밋
3aa87e5756
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 => {