Skip to content

Commit

Permalink
[uma-bridge] Send ?track param to /ui/event (#13559)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 66cc08ae7f7150b7ffa11655d13ea36154ba61fd
  • Loading branch information
coreymartin authored and Lightspark Eng committed Nov 21, 2024
1 parent 8c37a4e commit d6aff5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vite/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ module.exports.buildConfig = ({
target: proxyTarget,
changeOrigin: true,
},
"/ui/event": {
target: proxyTarget,
changeOrigin: true,
},
"/graphql/paycore-internal": {
target:
proxyTarget === "http://127.0.0.1:5000"
Expand Down

0 comments on commit d6aff5e

Please sign in to comment.