mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-27 14:37:27 +08:00
merge conflicts
This commit is contained in:
parent
c510846444
commit
57723b7aae
2 changed files with 0 additions and 2 deletions
|
|
@ -69,7 +69,6 @@ func getNetworks(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
logger.Log(2, r.Header.Get("user"), "fetched networks.")
|
||||
logic.SortNetworks(allnetworks[:])
|
||||
w.WriteHeader(http.StatusOK)
|
||||
json.NewEncoder(w).Encode(allnetworks)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"net"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/c-robinson/iplib"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue