mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 18:46:14 +00:00
comment fixup
This commit is contained in:
parent
359fab1419
commit
4e98db256d
1 changed files with 0 additions and 1 deletions
|
|
@ -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}/`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue