mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Coordinators methods for API
This commit is contained in:
@@ -71,7 +71,7 @@ func SetAPIEndpoints(
|
||||
server.GET("/tokens/:id", getToken)
|
||||
server.GET("/recommendedFee", getRecommendedFee)
|
||||
server.GET("/coordinators", getCoordinators)
|
||||
server.GET("/coordinators/:forgerAddr", getCoordinator)
|
||||
server.GET("/coordinators/:bidderAddr", getCoordinator)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user