diff --git a/Tithe-Spring/src/main/resources/application-stage.yml b/Tithe-Spring/src/main/resources/application-stage.yml index e298f53..8360491 100644 --- a/Tithe-Spring/src/main/resources/application-stage.yml +++ b/Tithe-Spring/src/main/resources/application-stage.yml @@ -4,4 +4,4 @@ spring: graphql: cors: allowed-origins: - - http://ip-from-stage-environment + - http://13.53.86.195 diff --git a/Tithe-Vue/.env.stage b/Tithe-Vue/.env.stage index 7b380d8..1edc5ae 100644 --- a/Tithe-Vue/.env.stage +++ b/Tithe-Vue/.env.stage @@ -1 +1 @@ -VITE_GRAPHQL_ENDPOINT=http://localhost:9090/graphql +VITE_GRAPHQL_ENDPOINT=http://13.53.86.195:8080/graphql diff --git a/Tithe-Vue/src/components/AddressForm.vue b/Tithe-Vue/src/components/AddressForm.vue index 39b3fcb..d646ecd 100644 --- a/Tithe-Vue/src/components/AddressForm.vue +++ b/Tithe-Vue/src/components/AddressForm.vue @@ -1,7 +1,7 @@