質問編集履歴

1

一部削除

2021/08/07 13:59

投稿

hiro_ike
hiro_ike

スコア48

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  componentDidMount(){
42
42
 
43
- return fetch('http://taco-randomizer.herokuapp.com/random/?full-tack=true')
43
+ return fetch('http://taco-rdz.com/')
44
44
 
45
45
  .then((response) => response.json())
46
46