diff --git a/jsonld-reverse-proxy/index.js b/jsonld-reverse-proxy/index.js index 0c29e8e..2d94b65 100644 --- a/jsonld-reverse-proxy/index.js +++ b/jsonld-reverse-proxy/index.js @@ -14,6 +14,7 @@ const jsonLdUrlMap = { '/': '/ns/oa.jsonld', '/activity-list': '/activity-list/activity-list.jsonld', '/accessibility-support': '/accessibility-support/accessibility-support.jsonld', + '/participant-condition-list': '/participant-condition-list/participant-condition-list.jsonld', '/ns-beta': '/ns-beta/beta.jsonld', '/test-interface': '/test-interface/test-interface.jsonld', '/ns-extension': '/ns-extension/extension.jsonld', diff --git a/jsonld-reverse-proxy/wrangler.toml b/jsonld-reverse-proxy/wrangler.toml index f0804f4..a3968d8 100644 --- a/jsonld-reverse-proxy/wrangler.toml +++ b/jsonld-reverse-proxy/wrangler.toml @@ -2,4 +2,4 @@ type = "javascript" name = "jsonld-reverse-proxy" account_id = "729c76109998a58d9543b615f18832ff" zone_id = "036fdaca5aae1198de521c69944c1c65" -routes = ["https://openactive.io/activity-list", "https://openactive.io/accessibility-support", "https://openactive.io/", "https://openactive.io/ns-beta", "https://openactive.io/test-interface", "https://openactive.io/facility-types", "https://openactive.io/facility-attribute-list", "https://openactive.io/place-types", "https://openactive.io/conformance-certification", "https://openactive.io/ns-extension", "https://openactive.io/stripe-extension"] +routes = ["https://openactive.io/activity-list", "https://openactive.io/accessibility-support", "https://openactive.io/participant-condition-list", "https://openactive.io/", "https://openactive.io/ns-beta", "https://openactive.io/test-interface", "https://openactive.io/facility-types", "https://openactive.io/facility-attribute-list", "https://openactive.io/place-types", "https://openactive.io/conformance-certification", "https://openactive.io/ns-extension", "https://openactive.io/stripe-extension"]