Skip to content

Commit

Permalink
missing SIK related endpoints on CI (vocone) (#1081)
Browse files Browse the repository at this point in the history
Fixing missing SIK related endpoints on vocone package, used on entrypoint cmd/voconed which is also used on the CI.
  • Loading branch information
lucasmenendez authored Aug 11, 2023
1 parent 2ad39d6 commit 379d735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vocone/vocone.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func (vc *Vocone) EnableAPI(host string, port int, URLpath string) (*api.API, er
api.WalletHandler,
api.AccountHandler,
api.CensusHandler,
api.SIKHandler,
)
}

Expand Down

0 comments on commit 379d735

Please sign in to comment.