We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359fab1 commit 4e98db2Copy full SHA for 4e98db2
src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte
@@ -46,7 +46,6 @@
46
let headscaleAPIKey = localStorage.getItem('headscaleAPIKey') || '';
47
let endpointURL = '';
48
49
- // change reply based on what API we are using. If the routeID is 0, it's the legacy API
50
routeList.forEach((route) => {
51
if (route.id == routeID) {
52
endpointURL = `/api/v1/routes/${routeID}/`;
0 commit comments