From dd1eb5face470358df4720b77527a536f1c4c06d Mon Sep 17 00:00:00 2001 From: Antal Orcsik Date: Wed, 18 Sep 2024 13:39:45 +0200 Subject: [PATCH] fix pricing worker --- src/js/pricing/worker.js | 2 -- src/js/pricing/wrangler.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/js/pricing/worker.js b/src/js/pricing/worker.js index cf7f1e3..d92f1e2 100644 --- a/src/js/pricing/worker.js +++ b/src/js/pricing/worker.js @@ -19,8 +19,6 @@ export default { }); } - urlObject.pathname = `/${actualPath}`; - return fetch(urlObject); }, }; diff --git a/src/js/pricing/wrangler.toml b/src/js/pricing/wrangler.toml index 2412e2e..6263016 100644 --- a/src/js/pricing/wrangler.toml +++ b/src/js/pricing/wrangler.toml @@ -1,5 +1,5 @@ name = "pricing-proxy" main = "./src/js/pricing/worker.js" compatibility_date = "2023-08-23" -route = "bitrise.io/plans-pricing" +route = "bitrise.io/plans-pricing*" no_bundle = true \ No newline at end of file