Skip to content

Commit

Permalink
add mitm 4 mattermost
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferrei committed Mar 14, 2024
1 parent 1aed43e commit 364c7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/github-members.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ confirmButton.addEventListener("click", function() {
// Get the value of the input
const username = inputField.value;

const url = 'https://ipese-mattermost.epfl.ch/hooks/jgdt4qu59fba5qzeujpe6kmaur';
const url = 'https://ipese-web.epfl.ch/web-services/climact-member';
const data = {
text: "please add this user to climact project"+username
username: username
};

fetch(url, {
Expand Down

0 comments on commit 364c7ae

Please sign in to comment.