mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
keeping up with GitHub API changes
This commit is contained in:
@@ -57,6 +57,6 @@ public class GHTeam {
|
||||
}
|
||||
|
||||
private URL getApiURL(String tail) throws IOException {
|
||||
return org.root.getApiURL("/organizations/"+org.getLogin()+"/teams/"+id+tail);
|
||||
return org.root.getApiURL("/teams/"+id+tail);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user