diff --git a/beacon_chain/rpc/config_rest_api.nim b/beacon_chain/rpc/config_rest_api.nim index da49c3480..b896aaa44 100644 --- a/beacon_chain/rpc/config_rest_api.nim +++ b/beacon_chain/rpc/config_rest_api.nim @@ -24,7 +24,7 @@ func getDepositAddress(node: BeaconNode): string = proc installConfigApiHandlers*(router: var RestRouter, node: BeaconNode) = router.api(MethodGet, - "/api/eth/v1/config/fork/schedule") do () -> RestApiResponse: + "/api/eth/v1/config/fork_schedule") do () -> RestApiResponse: # TODO: Implemenation needs a fix, when forks infrastructure will be # established. return RestApiResponse.jsonResponse(