diff --git a/mock-api/vpc.ts b/mock-api/vpc.ts index 7e2670c9d..585e511cf 100644 --- a/mock-api/vpc.ts +++ b/mock-api/vpc.ts @@ -101,7 +101,7 @@ export const routerRoutes: Json> = [ }, destination: { type: 'ip_net', - value: '192.168.1.0/24', + value: '0.0.0.0/0', }, }, { @@ -116,7 +116,7 @@ export const routerRoutes: Json> = [ }, destination: { type: 'ip_net', - value: '2001:db8:abcd:12::/64', + value: '::/0', }, }, {