Skip to content

Commit

Permalink
Merge pull request #90 from yuvrajrathva/vue
Browse files Browse the repository at this point in the history
change spread sheet links
  • Loading branch information
yuvrajrathva authored Sep 11, 2023
2 parents cbf52b7 + 66ba57e commit b09874b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/AlumniTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
}),
methods: {
fetchProfiles() {
const url = `https://script.google.com/macros/s/AKfycbwprDq5bguYad1gsfCLxbWxM1YXZfVlWiXYK1WCbrPj5WO8JbxjqSbnieVIoosOgMbVMA/exec`;
const url = `https://script.google.com/macros/s/AKfycbzKUDUgYdFLVsPk1abKu2FPJU-l6tLQhSpJtA_-b9ie3j-4cPQ7O6q5AHKWF4vDfZDJWw/exec`;
this.loading = true;
fetch(url)
.then(e =>
Expand Down
2 changes: 1 addition & 1 deletion src/views/CurrentTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
}),
methods: {
fetchProfiles() {
const url = `https://script.google.com/macros/s/AKfycbwprDq5bguYad1gsfCLxbWxM1YXZfVlWiXYK1WCbrPj5WO8JbxjqSbnieVIoosOgMbVMA/exec`;
const url = `https://script.google.com/macros/s/AKfycbxOcYZanZnaQb_FDGvXC4FgDcIiZQXrVaCsSfufX2qYnvOIPDmlXMY7orw2xIlm-BxX/exec`;
this.loading = true;
fetch(url)
.then(e =>
Expand Down

0 comments on commit b09874b

Please sign in to comment.