mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-26 17:05:06 +03:00
Merge pull request #31 from RiV-chain/go-webview-selector
Go webview selector
This commit is contained in:
commit
ea969b4792
7 changed files with 90 additions and 15 deletions
|
@ -338,7 +338,7 @@ func (a *AdminSocket) StartHttpServer(configFn string, nc *config.NodeConfig) {
|
|||
}
|
||||
fmt.Fprint(w, string(b[:]))
|
||||
case "POST":
|
||||
handlePost()
|
||||
_ = handlePost()
|
||||
case "PUT":
|
||||
if handleDelete() == nil {
|
||||
if handlePost() == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue