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

質問編集履歴

1

具体的なURLを伏せました

2020/11/15 12:18

投稿

otaku-nanao
otaku-nanao

スコア2

title CHANGED
File without changes
body CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  let search2 = {
76
76
  get: async function (type, keyword){
77
- const res = await axios.get('https://heovri3328.execute-api.ap-northeast-1.amazonaws.com/default//SongGetSolo?title='+keyword)
77
+ const res = await axios.get('URL?title='+keyword)
78
78
  this.items = res.data.Items
79
79
  console.log(this.items)
80
80
  }