Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/cdn-check/cdn-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ async function checkPurge(cdnConfig, sharedPurgeSnapshot = null) {

try {
// Build purge test request based on CDN type
const purgeUrl = 'https://helix-pages.anywhere.run/helix-services/byocdn-push-invalidation/v1';
const purgeUrl = 'https://admin.hlx.page/hook/byocdn-push-invalidation/';

// Prepare form data based on CDN type
const formData = new URLSearchParams();
Expand Down
2 changes: 1 addition & 1 deletion tools/cdn-setup/cdn-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let admin;
let originalConfig;
let validationPassed = false;

const VALIDATION_URL = 'https://helix-pages.anywhere.run/helix-services/byocdn-push-invalidation/v1';
const VALIDATION_URL = 'https://admin.hlx.page/hook/byocdn-push-invalidation/';

const CDN_FIELDS = {
fastly: [
Expand Down