package rest

import (
	"github.com/cosmos/cosmos-sdk/client"

	"github.com/gorilla/mux"
)

func RegisterRoutes(cliCtx client.Context, r *mux.Router) {
	registerQueryRoutes(cliCtx, r)
}

Synonyms

space-pussy/x/dmn/client/rest/rest.go
space-pussy/x/grid/client/rest/rest.go
space-pussy/x/rank/client/rest/rest.go
space-pussy/x/bandwidth/client/rest/rest.go
space-pussy/x/resources/client/rest/rest.go

Neighbours