diff --git a/client/.env.development b/client/.env.development index 9a07ce7..dbe7577 100644 --- a/client/.env.development +++ b/client/.env.development @@ -1 +1,2 @@ -VUE_APP_BASE_APP_URL=http://192.168.2.35:5000 +VUE_APP_API_URL=http://192.168.2.35:5000 +VUE_APP_BASE_URL=http://192.168.2.35:8080 diff --git a/client/.env.production b/client/.env.production index d3992ff..00fae9f 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1 +1,2 @@ -VUE_APP_BASE_APP_URL= +VUE_APP_API_URL=http://192.168.2.35:5000 +VUE_APP_BASE_URL=http://192.168.2.35:5000 diff --git a/client/src/components/QuoteList.vue b/client/src/components/QuoteList.vue index f51ad54..39fb4b6 100644 --- a/client/src/components/QuoteList.vue +++ b/client/src/components/QuoteList.vue @@ -1,15 +1,24 @@