質問するログイン新規登録

質問編集履歴

1

changed spread sheet url

2018/12/15 13:42

投稿

aa316316
aa316316

スコア39

title CHANGED
File without changes
body CHANGED
@@ -70,7 +70,7 @@
70
70
  active: this.setFontLoaded,
71
71
  });
72
72
  axios
73
- .get('https://script.google.com/macros/s/AKfycbxOkpIIm3h_JNA8Nt1pvPBwCzzSoBzbC1NHD5Kf0O2joar7flK5/exec', this.headers)
73
+ .get('[spread sheet url]', this.headers)
74
74
  .then(response => (this.books = response))
75
75
  .then(() => (console.log(this.data)));
76
76
  },