We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34ed761 + 9615629 commit daa2fceCopy full SHA for daa2fce
templates/contributor.tpl
@@ -86,7 +86,7 @@
86
}
87
},
88
apiLookup() {
89
- fetch('https://api.ror.org/organizations?affiliation=' + this.searchPhrase + '*')
+ fetch('https://api.ror.org/v1/organizations?affiliation=' + this.searchPhrase + '*')
90
.then(response => response.json())
91
.then(data => {
92
this.organizations = [];
0 commit comments