Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b7cc388

Browse files
committed
changed path of flower url prefix edits
1 parent 64f07c5 commit b7cc388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/flower.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ def __init__(self, scope: core.Construct, id: str, **kwargs,) -> None:
6363
priority=1,
6464
path_patterns=["/flower/*", "flower/*"],
6565
health_check=elbv2.HealthCheck(
66-
healthy_http_codes="200-299", path="/flower/"
66+
healthy_http_codes="200-401", path="/flower/"
6767
),
6868
)

0 commit comments

Comments
 (0)