We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88ff13 commit e49f651Copy full SHA for e49f651
src/templates/Layout.js
@@ -74,7 +74,7 @@ class Layout extends React.Component {
74
if (canDoResearch()) {
75
setTimeout(() => {
76
this.removePheromones = Pheromones.init({
77
- apiUrl: "https://data.pheromones.io/",
+ apiUrl: "https://pheromones.mooc.fi/",
78
username: user.username,
79
submitAfter: 20,
80
})
src/util/pheromones.js
@@ -7,7 +7,7 @@ try {
7
8
const pheromones = {
9
CLASS_PREFIX: "PS-",
10
- API_URL: "https://data.pheromones.io/",
+ API_URL: "https://pheromones.mooc.fi/",
11
user: null,
12
timer: null,
13
IDLE_MODE: false,
0 commit comments