comment fixup

This commit is contained in:
Christopher Bisset 2023-01-30 12:14:02 +11:00 committed by routerino
parent 359fab1419
commit 4e98db256d

View file

@ -46,7 +46,6 @@
let headscaleAPIKey = localStorage.getItem('headscaleAPIKey') || '';
let endpointURL = '';
// change reply based on what API we are using. If the routeID is 0, it's the legacy API
routeList.forEach((route) => {
if (route.id == routeID) {
endpointURL = `/api/v1/routes/${routeID}/`;