Changed self-crawling as experimental, cleanup unused features
Some checks failed
Run Integration Tests / test (push) Failing after 1m15s
Some checks failed
Run Integration Tests / test (push) Failing after 1m15s
This commit is contained in:
parent
ca87df5df1
commit
49cb7bb94a
27 changed files with 1731 additions and 832 deletions
4
main.go
4
main.go
|
@ -243,10 +243,6 @@ func runServer() {
|
|||
printInfo("Website is disabled.")
|
||||
}
|
||||
|
||||
if config.NodesEnabled {
|
||||
http.HandleFunc("/node", handleNodeRequest)
|
||||
}
|
||||
|
||||
printMessage("Server is listening on http://localhost:%d", config.Port)
|
||||
log.Fatal(http.ListenAndServe(fmt.Sprintf(":%d", config.Port), nil))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue