Skip to content

Commit 56b361f

Browse files
committed
Support for Load Balancers in host routes
1 parent 70d0616 commit 56b361f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/host/model.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const (
2727
IntegrationRouteType RouteType = "INTEGRATION"
2828
ExecuteCodeRouteType RouteType = "EXECUTE_CODE"
2929
StaticFilesRouteType RouteType = "STATIC_FILES"
30+
LoadBalancerRouteType RouteType = "LOAD_BALANCER"
3031
)
3132

3233
type Host struct {

0 commit comments

Comments
 (0)