mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Add bootCoord to coord table, get coord by forgerAddr
This commit is contained in:
@@ -100,7 +100,6 @@ func NewAPI(
|
||||
server.GET("/tokens", a.getTokens)
|
||||
server.GET("/tokens/:id", a.getToken)
|
||||
server.GET("/coordinators", a.getCoordinators)
|
||||
server.GET("/coordinators/:bidderAddr", a.getCoordinator)
|
||||
}
|
||||
|
||||
return a, nil
|
||||
|
||||
Reference in New Issue
Block a user