diff --git a/client/.env.development b/client/.env.development index dbe7577..1c0bad3 100644 --- a/client/.env.development +++ b/client/.env.development @@ -1,2 +1,2 @@ -VUE_APP_API_URL=http://192.168.2.35:5000 +VUE_APP_API_URL=http://localhost:5000 VUE_APP_BASE_URL=http://192.168.2.35:8080 diff --git a/client/src/App.vue b/client/src/App.vue index 265356e..cffcd2e 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -27,8 +27,8 @@ :insights-client="insightsClient" > - - + + - - + + - + @@ -52,7 +52,6 @@