Skip to content

Commit

Permalink
Fix register route
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Sep 25, 2024
1 parent 9a09708 commit 9ceb368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpool-daemon/api/odao/cancel-proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (f *oracleDaoCancelProposalContextFactory) Create(args url.Values) (*oracle

func (f *oracleDaoCancelProposalContextFactory) RegisterRoute(router *mux.Router) {
server.RegisterSingleStageRoute[*oracleDaoCancelProposalContext, api.OracleDaoCancelProposalData](
router, "proposal/execute", f, f.handler.logger.Logger, f.handler.serviceProvider.ServiceProvider,
router, "proposal/cancel", f, f.handler.logger.Logger, f.handler.serviceProvider.ServiceProvider,
)
}

Expand Down

0 comments on commit 9ceb368

Please sign in to comment.