Skip to content

Commit

Permalink
Merge pull request #15 from JaniL/fix/event-api.url
Browse files Browse the repository at this point in the history
Switch to new event api url
  • Loading branch information
MergHQ committed Aug 17, 2020
2 parents b90ce76 + 411016e commit f7ab4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tkoalyEventService.js
Expand Up @@ -5,7 +5,7 @@ const requestHeaders = {
"X-Token": process.env.TKOALY_EVENT_MS_TOKEN
};

const ENTRYPOINT = "https://members.tko-aly.fi/api/events";
const ENTRYPOINT = "https://event-api.tko-aly.fi/api/events";

const getFromDateString = () => {
const d = new Date();
Expand Down

0 comments on commit f7ab4e4

Please sign in to comment.