unity-sds / unity-management-console

Apache License 2.0
0 stars 1 forks source link

concatenate string instead of formatting to play nice with proxy #20

Closed jpl-btlunsfo closed 3 months ago

jpl-btlunsfo commented 3 months ago

Proxy substitutes url paths in quotes, but misses this path which breaks the page's websockets. Slight change to concatenate the url path on instead of including it in the format string.