From cffb44f8ae6b2f67ab74bcfcb0db7eb0408fcc96 Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:06:32 +0000 Subject: [PATCH] fix(pg-manual): point PKG_URL at modern staging endpoint Replace the legacy Radboud iHub PKG host (https://main.postguard.ihub.ru.nl/pkg) with the modern staging endpoint (https://pkg.staging.postguard.eu) so pg-manual matches pg-sveltekit, pg-node, and pg-dotnet, which all default to pkg.staging.postguard.eu. The /pkg path suffix is dropped because the staging host serves the PKG v2 API at the root. Closes #54 Co-Authored-By: Claude Opus 4.8 --- pg-manual/examples/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg-manual/examples/utils.js b/pg-manual/examples/utils.js index eb15ea0..05b8636 100644 --- a/pg-manual/examples/utils.js +++ b/pg-manual/examples/utils.js @@ -8,7 +8,7 @@ export const KeySorts = { Signing: 'sign/key', } -export const PKG_URL = 'https://main.postguard.ihub.ru.nl/pkg' +export const PKG_URL = 'https://pkg.staging.postguard.eu' export async function fetchKey( sort,