We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6f06e commit ff7a8e6Copy full SHA for ff7a8e6
go/porcelain/functions_manifest.go
@@ -21,7 +21,7 @@ type functionsManifestEntry struct {
21
BuildData map[string]interface{} `json:"buildData"`
22
InvocationMode string `json:"invocationMode"`
23
Routes []functionRoute `json:"routes"`
24
- ExcludedRoutes []excludedFunctionRoute `json:"excluded_routes"`
+ ExcludedRoutes []excludedFunctionRoute `json:"excludedRoutes"`
25
Priority int `json:"priority"`
26
TrafficRules *functionTrafficRules `json:"trafficRules"`
27
}
0 commit comments