fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.41k stars 432 forks source link

fix: use current origin for relative camera URLs #1145

Closed pedrolamas closed 1 year ago

pedrolamas commented 1 year ago

During the camera refactor work, a bug was introduced where the relative camera URL would use the API origin as base when in fact it should be using the current browsing document origin (as it was before)

This PR reverts to the old (correct) behavior.

Fixes #1144