Skip to content

Commit 4e98db2

Browse files
committed
comment fixup
1 parent 359fab1 commit 4e98db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
let headscaleAPIKey = localStorage.getItem('headscaleAPIKey') || '';
4747
let endpointURL = '';
4848
49-
// change reply based on what API we are using. If the routeID is 0, it's the legacy API
5049
routeList.forEach((route) => {
5150
if (route.id == routeID) {
5251
endpointURL = `/api/v1/routes/${routeID}/`;

0 commit comments

Comments
 (0)