diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-02 15:07:39 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-02 15:07:39 +0100 |
| commit | f654160956728bc0ce92ed420540388869405513 (patch) | |
| tree | 388e7f57b540d0e6142221eff0e22bbdcb3415c5 /internal | |
| parent | ec6824295f5bb07089bf42f6a2da5f30762d74d7 (diff) | |
Discovery: Omit type info for global disco URL
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/discovery/discovery.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go index d68b3ba..7109bc9 100644 --- a/internal/discovery/discovery.go +++ b/internal/discovery/discovery.go @@ -21,7 +21,7 @@ type Discovery struct { servers types.DiscoveryServers } -var DiscoURL string = "https://disco.eduvpn.org/v2/" +var DiscoURL = "https://disco.eduvpn.org/v2/" // discoFile is a helper function that gets a disco JSON and fills the structure with it // If it was unsuccessful it returns an error. |
