Skip to content

Commit

Permalink
Changed Service Alerts source to new Alerts Application api
Browse files Browse the repository at this point in the history
  • Loading branch information
jusimen committed Feb 10, 2025
1 parent b0d16fe commit 488d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sync-alerts/src/tasks/sync-alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const syncAlerts = async () => {

const backofficeTimer = new TIMETRACKER();

const alertsFeedResponse = await fetch('https://backoffice.carrismetropolitana.pt/?api=alerts-v2');
const alertsFeedResponse = await fetch('https://alerts.sae.carrismetropolitana.pt/api/alerts/gtfs');
const alertsFeedData = await alertsFeedResponse.json();

LOGGER.info(`Fetched Alerts feed from the backoffice (${backofficeTimer.get()})`);
Expand Down

0 comments on commit 488d7a9

Please sign in to comment.