Skip to content

Commit 66ba57e

Browse files
committed
change spread sheet links
1 parent d90205c commit 66ba57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/AlumniTeam.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
}),
2323
methods: {
2424
fetchProfiles() {
25-
const url = `https://script.google.com/macros/s/AKfycbwprDq5bguYad1gsfCLxbWxM1YXZfVlWiXYK1WCbrPj5WO8JbxjqSbnieVIoosOgMbVMA/exec`;
25+
const url = `https://script.google.com/macros/s/AKfycbzKUDUgYdFLVsPk1abKu2FPJU-l6tLQhSpJtA_-b9ie3j-4cPQ7O6q5AHKWF4vDfZDJWw/exec`;
2626
this.loading = true;
2727
fetch(url)
2828
.then(e =>

src/views/CurrentTeam.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
}),
2323
methods: {
2424
fetchProfiles() {
25-
const url = `https://script.google.com/macros/s/AKfycbwprDq5bguYad1gsfCLxbWxM1YXZfVlWiXYK1WCbrPj5WO8JbxjqSbnieVIoosOgMbVMA/exec`;
25+
const url = `https://script.google.com/macros/s/AKfycbxOcYZanZnaQb_FDGvXC4FgDcIiZQXrVaCsSfufX2qYnvOIPDmlXMY7orw2xIlm-BxX/exec`;
2626
this.loading = true;
2727
fetch(url)
2828
.then(e =>

0 commit comments

Comments
 (0)