gateway: use correct path in serveRpc
This commit is contained in:
parent
e8f28d7b9f
commit
c3736f40fe
@ -104,7 +104,7 @@ var runCmd = &cli.Command{
|
||||
rpcServer := jsonrpc.NewServer(serverOptions...)
|
||||
rpcServer.Register("Filecoin", hnd)
|
||||
|
||||
mux.Handle("/rpc/v1", rpcServer)
|
||||
mux.Handle(path, rpcServer)
|
||||
}
|
||||
|
||||
ma := metrics.MetricedGatewayAPI(NewGatewayAPI(api))
|
||||
|
Loading…
Reference in New Issue
Block a user