File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
6- "serve" : " export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve" ,
7- "build" : " export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build" ,
8- "lint" : " export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
6+ "serve" : " vue-cli-service serve" ,
7+ "build" : " vue-cli-service build" ,
8+ "lint" : " vue-cli-service lint"
99},
1010 "dependencies" : {
1111 "core-js" : " ^3.6.4" ,
Original file line number Diff line number Diff 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 =>
You can’t perform that action at this time.
0 commit comments