mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 08:51:32 +00:00
start writing rpc
This commit is contained in:
@ -9,8 +9,7 @@ import (
|
||||
|
||||
func StartHTTPServer() {
|
||||
|
||||
//http.HandleFunc("/path", handler)
|
||||
//http.HandleFunc("/path", handler)
|
||||
http.HandleFunc("/block", BlockHandler)
|
||||
|
||||
// Serve HTTP on localhost only.
|
||||
// Let something like Nginx handle HTTPS connections.
|
||||
|
Reference in New Issue
Block a user