mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
linter fix
This commit is contained in:
parent
4a4bb2741e
commit
a827ec125d
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ func (a *AdminSocket) StartHttpServer(configFn string, nc *config.NodeConfig) {
|
||||||
}
|
}
|
||||||
fmt.Fprint(w, string(b[:]))
|
fmt.Fprint(w, string(b[:]))
|
||||||
case "POST":
|
case "POST":
|
||||||
handlePost()
|
_ = handlePost()
|
||||||
case "PUT":
|
case "PUT":
|
||||||
if handleDelete() == nil {
|
if handleDelete() == nil {
|
||||||
if handlePost() == nil {
|
if handlePost() == nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue