Skip to content

Commit

Permalink
fix pricing worker
Browse files Browse the repository at this point in the history
  • Loading branch information
aorcsik committed Sep 18, 2024
1 parent 21bac6f commit dd1eb5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/js/pricing/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export default {
});
}

urlObject.pathname = `/${actualPath}`;

return fetch(urlObject);
},
};
2 changes: 1 addition & 1 deletion src/js/pricing/wrangler.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dd1eb5f

Please sign in to comment.