Skip to content

Commit

Permalink
[sparkcore] Change clientlogs and analytics endpoints
Browse files Browse the repository at this point in the history
Change these to `/ui/logs` and `/ui/event/<token>` so we can use a
single routing path on the LB.

GitOrigin-RevId: 20d08168eff9eeb756e7ccef27c41ee229e63fe2
  • Loading branch information
mgorven authored and Lightspark Eng committed Nov 20, 2024
1 parent bad03ab commit 8c37a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports.buildConfig = ({
changeOrigin: true,
ws: true,
},
"/clientlogs": {
"/ui/logs": {
target: proxyTarget,
changeOrigin: true,
},
Expand Down

0 comments on commit 8c37a4e

Please sign in to comment.