Skip to content

Commit 02c4f45

Browse files
feat(cdn): small fix
1 parent 5ad5f14 commit 02c4f45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/cdnUrlMap/connections.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default ({
3636

3737
connectedBackendServices.push(
3838
defaultService,
39-
'https://www.googleapis.com/compute/v1/projects/infra-volt-261615/global/backendServices/backend-service',
4039
...(defaultRouteAction?.weightedBackendServices?.flatMap(weightedBackendService => weightedBackendService.backendService) || []),
4140
...(pathMatchers?.flatMap(pathMatcher => pathMatcher?.defaultService) || []),
4241
...(pathMatchers?.flatMap(pathMatcher => pathMatcher?.defaultRouteAction?.requestMirrorPolicy?.backendService) || []), // undefined

0 commit comments

Comments
 (0)