diff --git a/src/environments/environment.development.ts b/src/environments/environment.development.ts index 9b768b4..8647343 100644 --- a/src/environments/environment.development.ts +++ b/src/environments/environment.development.ts @@ -1,4 +1,4 @@ export const environment = { production: false, - apiUrl: "http://192.168.1.22:8090", + apiUrl: "http://10.1.1.40:8090", }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 751ae35..debe863 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'http://192.168.1.22:8090', + apiUrl: 'http://10.1.1.40:8090', };