質問編集履歴

1

具体的なURLを伏せました

2020/11/15 12:18

投稿

otaku-nanao
otaku-nanao

スコア2

test CHANGED
File without changes
test CHANGED
@@ -150,7 +150,7 @@
150
150
 
151
151
  get: async function (type, keyword){
152
152
 
153
- const res = await axios.get('https://heovri3328.execute-api.ap-northeast-1.amazonaws.com/default//SongGetSolo?title='+keyword)
153
+ const res = await axios.get('URL?title='+keyword)
154
154
 
155
155
  this.items = res.data.Items
156
156