gurucomputing / headscale-ui

A web frontend for the headscale Tailscale-compatible coordination server
BSD 3-Clause "New" or "Revised" License
1.71k stars 122 forks source link

change api to dynamically check for breaking change #132

Closed routerino closed 7 months ago

routerino commented 7 months ago

This pull requests checks to see if the api routes for machine have been renamed to node and changes accordingly. Note that this introduces two API calls per device related request instead of one. Due to this, the recommendation is to remove this fix when the old version is deprecated.