Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
oupsies
  • Loading branch information
kviktor committed Dec 14, 2017
1 parent f500dd5 commit 3be34a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/chrome/js/magic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var API_URL = "http://localhost:5000/get_scores/";
var API_URL = "https://localhost:5000/get_scores/";
var MAX_SPLIT_NUM = 6;

var urls = new Set();
Expand Down
2 changes: 1 addition & 1 deletion clients/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}],
"permissions": [
"storage",
"http://localhost/"
"https://localhost/"
]
}

0 comments on commit 3be34a7

Please sign in to comment.