Skip to content

Commit e49f651

Browse files
committed
Update pheromones url
1 parent e88ff13 commit e49f651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/templates/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Layout extends React.Component {
7474
if (canDoResearch()) {
7575
setTimeout(() => {
7676
this.removePheromones = Pheromones.init({
77-
apiUrl: "https://data.pheromones.io/",
77+
apiUrl: "https://pheromones.mooc.fi/",
7878
username: user.username,
7979
submitAfter: 20,
8080
})

src/util/pheromones.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ try {
77

88
const pheromones = {
99
CLASS_PREFIX: "PS-",
10-
API_URL: "https://data.pheromones.io/",
10+
API_URL: "https://pheromones.mooc.fi/",
1111
user: null,
1212
timer: null,
1313
IDLE_MODE: false,

0 commit comments

Comments
 (0)