Skip to content

Commit

Permalink
fix(eventindexer): route fix (#14127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 7, 2023
1 parent dc7edce commit 03eb96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eventindexer/http/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ func (srv *Server) configureRoutes() {
galaxeAPI.GET("/user-proposed-block", srv.UserProposedBlock)
galaxeAPI.GET("/user-proved-block", srv.UserProvedBlock)
galaxeAPI.GET("/user-bridged", srv.UserBridged)
galaxeAPI.GET("/user-swapped-on-taiko", srv.UserSwappedOnTaiko)
}

0 comments on commit 03eb96f

Please sign in to comment.