質問編集履歴
1
一部削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
componentDidMount(){
|
42
42
|
|
43
|
-
return fetch('http://taco-r
|
43
|
+
return fetch('http://taco-rdz.com/')
|
44
44
|
|
45
45
|
.then((response) => response.json())
|
46
46
|
|