回答編集履歴
1
修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```javascript
|
2
2
|
|
3
|
-
|
3
|
+
|
4
4
|
|
5
5
|
const api = 'https://disease.sh/v3/covid-19/historical/all?lastdays=30';
|
6
6
|
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
});
|
156
156
|
|
157
|
-
|
157
|
+
|
158
158
|
|
159
159
|
```
|
160
160
|
|