Skip to content

Commit 4cd1a39

Browse files
committed
[UPDATE] assets/js/main.js
update github API endpoint (all members -> public members only)
1 parent 5b3938e commit 4cd1a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function updateRepos(data) {
107107
}
108108

109109
function fetchTeam(force = false) {
110-
fetch("https://api.github.com/orgs/devCANS/members", {
110+
fetch("https://api.github.com/orgs/devCANS/public_members", {
111111
headers: {
112112
"Accept": "application/vnd.github.v3+json",
113113
"If-None-Match": ls.getKey("team-etag")

0 commit comments

Comments
 (0)