mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 23:54:22 +08:00
reallowed the editing of comms network
This commit is contained in:
parent
34145288e5
commit
3e18687612
1 changed files with 0 additions and 3 deletions
|
@ -134,9 +134,6 @@ func updateNetwork(w http.ResponseWriter, r *http.Request) {
|
|||
var params = mux.Vars(r)
|
||||
var network models.Network
|
||||
netname := params["networkname"]
|
||||
if isCommsEdit(w, r, netname) {
|
||||
return
|
||||
}
|
||||
|
||||
network, err := logic.GetParentNetwork(netname)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue