Change routing back to default blocks

This commit is contained in:
Andrew Cravenho 2018-10-03 01:31:58 -04:00
parent a00d088720
commit 2b9ddada77
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ resource "aws_lb_target_group" "explorer" {
unhealthy_threshold = 2
timeout = 15
interval = 30
path = "${var.chain_network_path}/blocks"
path = "/blocks"
port = 4000
}
}