Skip to content

Commit daa2fce

Browse files
authored
Merge pull request #25 from kaitlinnewson/api-v1-url-3_4_0
specify v1 api url
2 parents 34ed761 + 9615629 commit daa2fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/contributor.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}
8787
},
8888
apiLookup() {
89-
fetch('https://api.ror.org/organizations?affiliation=' + this.searchPhrase + '*')
89+
fetch('https://api.ror.org/v1/organizations?affiliation=' + this.searchPhrase + '*')
9090
.then(response => response.json())
9191
.then(data => {
9292
this.organizations = [];

0 commit comments

Comments
 (0)