From 8667789a76aa2df73b0116db40b41cf7811afa99 Mon Sep 17 00:00:00 2001 From: till_schuetze Date: Mon, 28 Oct 2024 13:56:51 +0100 Subject: [PATCH] update api version to v3 --- src/app/shared/configs/runtime.dev-ebp.config.ts | 2 +- src/app/shared/configs/runtime.local-gb2.config.ts | 2 +- src/app/shared/configs/runtime.prod.config.ts | 2 +- .../runtime.staging-using-productive-gb2-backend.config.ts | 2 +- src/app/shared/configs/runtime.staging.config.ts | 2 +- src/app/shared/configs/runtime.testing.config.ts | 2 +- src/app/shared/configs/runtime.uat.config.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/shared/configs/runtime.dev-ebp.config.ts b/src/app/shared/configs/runtime.dev-ebp.config.ts index 756db0fbd..7d66ab3fa 100644 --- a/src/app/shared/configs/runtime.dev-ebp.config.ts +++ b/src/app/shared/configs/runtime.dev-ebp.config.ts @@ -9,7 +9,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'https://maps.zh.ch/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'https://maps.zh.ch', diff --git a/src/app/shared/configs/runtime.local-gb2.config.ts b/src/app/shared/configs/runtime.local-gb2.config.ts index 741865c61..54c27d56b 100644 --- a/src/app/shared/configs/runtime.local-gb2.config.ts +++ b/src/app/shared/configs/runtime.local-gb2.config.ts @@ -9,7 +9,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'http://localhost:4200/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'http://localhost:4200', diff --git a/src/app/shared/configs/runtime.prod.config.ts b/src/app/shared/configs/runtime.prod.config.ts index 9f599a2ea..0ac81fba3 100644 --- a/src/app/shared/configs/runtime.prod.config.ts +++ b/src/app/shared/configs/runtime.prod.config.ts @@ -9,7 +9,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'https://web.maps.zh.ch/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'https://web.maps.zh.ch', diff --git a/src/app/shared/configs/runtime.staging-using-productive-gb2-backend.config.ts b/src/app/shared/configs/runtime.staging-using-productive-gb2-backend.config.ts index d03632a6e..2762219c1 100644 --- a/src/app/shared/configs/runtime.staging-using-productive-gb2-backend.config.ts +++ b/src/app/shared/configs/runtime.staging-using-productive-gb2-backend.config.ts @@ -10,7 +10,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'https://web.maps.zh.ch/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'https://web.maps.zh.ch', diff --git a/src/app/shared/configs/runtime.staging.config.ts b/src/app/shared/configs/runtime.staging.config.ts index 2d84e2e17..0b77f076c 100644 --- a/src/app/shared/configs/runtime.staging.config.ts +++ b/src/app/shared/configs/runtime.staging.config.ts @@ -9,7 +9,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'https://testmaps.kt.ktzh.ch/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'https://testmaps.kt.ktzh.ch', diff --git a/src/app/shared/configs/runtime.testing.config.ts b/src/app/shared/configs/runtime.testing.config.ts index 7061c4952..246092df9 100644 --- a/src/app/shared/configs/runtime.testing.config.ts +++ b/src/app/shared/configs/runtime.testing.config.ts @@ -10,7 +10,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'https://maps.zh.ch/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'https://maps.zh.ch', diff --git a/src/app/shared/configs/runtime.uat.config.ts b/src/app/shared/configs/runtime.uat.config.ts index 86859520c..90a39f0d8 100644 --- a/src/app/shared/configs/runtime.uat.config.ts +++ b/src/app/shared/configs/runtime.uat.config.ts @@ -9,7 +9,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [ apiBasePaths: { gb2Api: { baseUrl: 'https://uatmaps.kt.ktzh.ch/gb3', - version: 'v2', + version: 'v3', }, gb2StaticFiles: { baseUrl: 'https://uatmaps.kt.ktzh.ch',