From 004224a225769088a028ea326df9387db6b9c4c5 Mon Sep 17 00:00:00 2001 From: ipatini Date: Thu, 16 May 2024 20:22:30 +0300 Subject: [PATCH] Use backend server url Change-Id: Ic4dc430a52a080205863ac393af2c4d903bf6578 --- cfsb-frontend/.env.development | 4 ++-- cfsb-frontend/src/App.vue | 2 +- cfsb-frontend/src/components/CriteriaSelection.vue | 2 +- cfsb-frontend/src/components/DataGrid.vue | 2 +- cfsb-frontend/src/components/Results.vue | 2 +- cfsb-frontend/src/components/WR.vue | 2 +- cfsb-frontend/src/components/WR_AllCriteria.vue | 2 +- cfsb-frontend/vite.config.js | 3 +++ 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/cfsb-frontend/.env.development b/cfsb-frontend/.env.development index e4e39ec..885e366 100644 --- a/cfsb-frontend/.env.development +++ b/cfsb-frontend/.env.development @@ -1,2 +1,2 @@ -VUE_APP_BACKEND_URL=http://127.0.0.1:8001 -VITE_BACKEND_URL=http://127.0.0.1:8001 \ No newline at end of file +VUE_APP_BACKEND_URL=https://cfsb-backend.cd.nebulouscloud.eu +VITE_BACKEND_URL=https://cfsb-backend.cd.nebulouscloud.eu diff --git a/cfsb-frontend/src/App.vue b/cfsb-frontend/src/App.vue index 000c1b3..db49a1d 100644 --- a/cfsb-frontend/src/App.vue +++ b/cfsb-frontend/src/App.vue @@ -132,7 +132,7 @@