Skip to content

Commit 3f3a6f2

Browse files
fix: set cgiar-research-data api_url to null (#30)
cgspace.cgiar.org/rest 完全不可达(连接超时), GARDIAN 平台 /api/v1/ 为 SPA 前端路由,无公开 REST API, 暂设为 null。
1 parent 16631a9 commit 3f3a6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firstdata/sources/international/agriculture/cgiar-research-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"website": "https://www.cgiar.org",
1212
"data_url": "https://gardian.cgiar.org/",
13-
"api_url": "https://cgspace.cgiar.org/rest",
13+
"api_url": null,
1414
"country": null,
1515
"domains": [
1616
"agriculture",

0 commit comments

Comments
 (0)