Skip to content

Commit

Permalink
fix(rum-api-client): point to the new rum bundler api
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Jan 15, 2025
1 parent 64019a3 commit fe06606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { hasText } from '@adobe/spacecat-shared-utils';
import { fetch } from '../utils.js';
import { GRANULARITY } from './constants.js';

const BASE_URL = 'https://rum.fastly-aem.page/bundles';
const BASE_URL = 'https://bundles.aem.page/bundles';
const HOURS_IN_DAY = 24;
const ONE_HOUR = 1000 * 60 * 60;
const ONE_DAY = ONE_HOUR * HOURS_IN_DAY;
Expand Down

0 comments on commit fe06606

Please sign in to comment.