Skip to content

Commit

Permalink
Merge pull request #14 from gisktzh/fix/update-api-to-v3
Browse files Browse the repository at this point in the history
Fix: update api version to v3
  • Loading branch information
TIL-EBP authored Oct 28, 2024
2 parents 897d10d + 8667789 commit dc066c4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/shared/configs/runtime.dev-ebp.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/configs/runtime.local-gb2.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const defaultRuntimeConfig: RuntimeConfig[] = [
apiBasePaths: {
gb2Api: {
baseUrl: 'http://localhost:4200/gb3',
version: 'v2',
version: 'v3',
},
gb2StaticFiles: {
baseUrl: 'http://localhost:4200',
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/configs/runtime.prod.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/configs/runtime.staging.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/configs/runtime.testing.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/configs/runtime.uat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dc066c4

Please sign in to comment.