From 6b37ba51149615fcd67f6401f9053918ee3d491a Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 9 Sep 2020 10:23:01 -0500 Subject: [PATCH] fixed laptop vs desktop layouts, fixed main.scss not being used (contained Bootstrap breakpoint adjustments), fix API URL being wrong for public network deployments (possible automatic detection?) --- client/.env.development | 2 +- client/src/App.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@