Skip to content

Commit

Permalink
rename verify-proof path to register
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Mar 19, 2024
1 parent fe1839b commit 3dd9cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (s *service) router() chi.Router {
)
r.Route("/integrations/proof-verification-relayer", func(r chi.Router) {
r.Route("/v1", func(r chi.Router) {
r.Post("/verify-proof", handlers.Register)
r.Post("/register", handlers.Register)
r.Post("/vote", handlers.Vote)
})
})
Expand Down

0 comments on commit 3dd9cd6

Please sign in to comment.