DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.37k stars 747 forks source link

Fix #2088 - rethink proxy logic #2108

Closed jkelleyrtp closed 3 months ago

jkelleyrtp commented 3 months ago

Fixes the catchall route used by the proxy which was broken during the hyper upgrade. Also prevents infinite loops when the api is set to the same port as the dev server.