Skip to content

Commit

Permalink
move to gitlab-mm instead of web-services
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferrei committed Mar 14, 2024
1 parent b80f829 commit db2ed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/github-members.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ confirmButton.addEventListener("click", function() {
checkGitHubUser(username)
.then(userData => {
if (userData) {
const url = 'https://ipese-web.epfl.ch/web-services/climact-member';
const url = 'https://ipese-web.epfl.ch/gitlab-mm/climact-member';
const data = {
username: username
};
Expand Down

0 comments on commit db2ed86

Please sign in to comment.