diff --git a/client/public/config.js b/client/public/config.js index 7c28346d..7fc0182a 100644 --- a/client/public/config.js +++ b/client/public/config.js @@ -1,3 +1,3 @@ window.env = { - SERVER_DOMAIN_NAME_API: 'https://cshrserver.gent01.qa.grid.tf/api', // Added for testing, this is a staging API + SERVER_DOMAIN_NAME_API: 'http://127.0.0.1:8000/api', // Added for testing, this is a staging API }; \ No newline at end of file diff --git a/client/src/components/personalInformation.vue b/client/src/components/personalInformation.vue index f8560c55..2dbb1876 100644 --- a/client/src/components/personalInformation.vue +++ b/client/src/components/personalInformation.vue @@ -20,7 +20,6 @@